]> Savannah Git Hosting - gnulib.git/commit
gnulib-common: suppress -Wtautological-constant-out-of-range-compare
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Dec 2023 18:33:03 +0000 (10:33 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Dec 2023 03:22:42 +0000 (19:22 -0800)
commit6fe5834228ff6fde334f4618f57f70138dda12c2
tree2751c18e8b1148dbebad6a99652c4f76a1992371
parentee0e42d3057b7552ccae11048113fa04d6257731
gnulib-common: suppress -Wtautological-constant-out-of-range-compare

* m4/gnulib-common.m4 (gl_CC_GNULIB_WARNINGS): Pass
-Wno-tautological-constant-out-of-range-compare to clang, as it’s
the warning is enabled by default and in portable code where type
ranges are platform dependent it is generally more trouble than
it’s worth.
ChangeLog
m4/gnulib-common.m4