]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: re-enable type-limits checking
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2019 18:34:56 +0000 (11:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2019 22:04:42 +0000 (15:04 -0700)
commit6716a79773adbd6b7639a78b0f5d444d974e9244
tree24f45bb7c437a10b6cd8e06711f0fe4ec2e24cf5
parentc1e19656c8aa7a1e81416e024af0cdfe652df7b2
build: re-enable type-limits checking

* configure.ac: When --enable-gcc-warnings is used, omit
-Wno-type-limits.  The need for -Wno-type-limits has passed, now
that intprops.h uses builtin primitives for GCC 5 and later, given
that recent GCCs issue type-limits warnings only for non-constant
expressions.  --enable-gcc-warnings is not intended for use with
old compilers, so we can drop -Wno-type-limits now.
configure.ac