]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update gnulib files.
authorSimon Josefsson <simon@josefsson.org>
Mon, 1 Jun 2009 13:31:57 +0000 (15:31 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 1 Jun 2009 13:31:57 +0000 (15:31 +0200)
gl/m4/manywarnings.m4

index 93b13156181527b6de29fe5d441929f86435ac29..be978497e4e57aae3b4559163ea8bf60bcd1baae 100644 (file)
@@ -1,5 +1,5 @@
 # manywarnings.m4 serial 1
-dnl Copyright (C) 2008 Free Software Foundation, Inc.
+dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -30,7 +30,7 @@ AC_DEFUN([gl_MANYWARN_COMPLEMENT],
 
 # gl_MANYWARN_ALL_GCC(VARIABLE)
 # -----------------------------
-# Add all documented GCC (currently as per version 4.3.2) warning
+# Add all documented GCC (currently as per version 4.4) warning
 # parameters to variable VARIABLE.  Note that you need to test them
 # using gl_WARN_ADD if you want to make sure your gcc understands it.
 AC_DEFUN([gl_MANYWARN_ALL_GCC],
@@ -87,6 +87,11 @@ AC_DEFUN([gl_MANYWARN_ALL_GCC],
    -Wdisabled-optimization \
    -Wstack-protector \
    -Woverlength-strings \
+   -Wbuiltin-macro-redefined \
+   -Wmudflap \
+   -Wpacked-bitfield-compat \
+   -Wsync-nand \
+   -Wunsuffixed-float-constants \
   ; do
     gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
   done