changeset 16111:9872b9859dd0

manywarnings: More warnings. * m4/manywarnings.m4: Add more warnings from gcc 4.6.2.
author Simon Josefsson <simon@josefsson.org>
date Sun, 20 Nov 2011 23:08:31 +0100
parents 146b5e66e142
children c676f6041c6c
files ChangeLog m4/manywarnings.m4
diffstat 2 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-20  Simon Josefsson  <simon@josefsson.org>
+
+	* m4/manywarnings.m4: Add more warnings from gcc 4.6.2.
+
 2011-11-20  Bruno Haible  <bruno@clisp.org>
 
 	fma tests: Avoid shadowing local variables.
--- a/m4/manywarnings.m4
+++ b/m4/manywarnings.m4
@@ -148,6 +148,33 @@
     ; do
     gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
   done
+  # More warnings from gcc 4.6.2 --help=warnings.
+  for gl_manywarn_item in \
+    -Wabi \
+    -Wcpp \
+    -Wdeprecated \
+    -Wdeprecated-declarations \
+    -Wdiv-by-zero \
+    -Wdouble-promotion \
+    -Wendif-labels \
+    -Wextra \
+    -Wformat-contains-nul \
+    -Wformat-extra-args \
+    -Wformat-zero-length \
+    -Wformat=2 \
+    -Wmultichar \
+    -Wnormalized=nfc \
+    -Woverflow \
+    -Wpointer-to-int-cast \
+    -Wpragmas \
+    -Wsuggest-attribute=const \
+    -Wsuggest-attribute=noreturn \
+    -Wsuggest-attribute=pure \
+    -Wtrampolines \
+    -Wunsuffixed-float-constants \
+    ; do
+    gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
+  done
 
   # Disable the missing-field-initializers warning if needed
   if test "$gl_cv_cc_nomfi_needed" = yes; then