maint: pacify GCC with recent x86 glibc
commit567cbc0be84130c9d6b892529df74ace51ceb3f8
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Apr 2022 07:01:48 +0000 (6 00:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Apr 2022 07:32:18 +0000 (6 00:32 -0700)
tree3987681be439a912e138bf06e609ccd589f7bba0
parentf063aa0305e33eb681c53d25447915176f1efddc
maint: pacify GCC with recent x86 glibc

* configure.ac (WERROR_CFLAGS): Disable -Wtype-limits,
due to a false alarm on platforms where 'long' is 32 bits
and time_t is 64-bit, such as recent glibc on x86.
configure.ac