]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: modernize GCC warning configuration
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 May 2025 22:55:47 +0000 (15:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 May 2025 22:57:13 +0000 (15:57 -0700)
commitdbdb44de5678de63d276f4002991fa9f075738af
tree6b996411a08216ce8f56600705ce6a9580673e3a
parent1fef50d07b0a2c209b3f8b546bc8da7801dedd0a
maint: modernize GCC warning configuration

* configure.ac: Simplify the setup of GCC’s -W... options,
by removing options no longer needed for GCC 15 (when
configuring with --enable-gcc-warnings) or GCC 12 (without).
I hope this is good enough nowadays.
Add GCC 15’s -Wtrailing-whitespace, since that works for us.
configure.ac