]> Savannah Git Hosting - gnulib.git/commitdiff
* build-aux/gcc-warning.spec: Update comments.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Aug 2020 19:36:28 +0000 (12:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Aug 2020 19:41:41 +0000 (12:41 -0700)
ChangeLog
build-aux/gcc-warning.spec

index 8195b53c6c0dd4f08d36c259d98bb5247e24645f..a5cd6e3167718aea22b44b54d3710dbe90e6ce1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-08-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * build-aux/gcc-warning.spec: Update comments.
+
 2020-08-17  Bruno Haible  <bruno@clisp.org>
 
        Assume autoconf >= 2.64.
index 6c0602be41286a3260b88c8ec05404795e7ac387..3f7e886c52d42c47a36731ed68cdeeb8cfe439c1 100644 (file)
@@ -83,7 +83,7 @@
 -Wcpp                                  default
 -Wctor-dtor-privacy                    c++
 -Wdangling-else                                enabled by -Wparentheses
--Wdeclaration-after-statement          FIXME: do not want.  others may
+-Wdeclaration-after-statement          needed only for pre-C99, so obsolete
 -Wdelete-incomplete                    c++ and objc++
 -Wdelete-non-virtual-dtor              c++
 -Wdeprecated                           default
 -Wshift-negative-value                 enabled by -Wextra
 -Wshift-overflow                       covered by -Wshift-overflow=2
 -Wshift-overflow=<0,2>                 gcc --help=warnings artifact
--Wsign-compare                         FIXME maybe? borderline.  some will want this
+-Wsign-compare                         enabled by -Wextra
 -Wsign-conversion                      FIXME maybe? borderline.  some will want this
 -Wsign-promo                           c++ and objc++
 -Wsized-deallocation                   c++ and objc++