summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-06-02 10:53:46 +0200
committerSimon Josefsson <simon@josefsson.org>2009-06-02 10:53:46 +0200
commit0d0abfd58407cfed8cd2ffe86de8d0a2c8d011ea (patch)
treea2a069f9e4fe73441a1cdba9cea181aeb88b3c80 /gl
parentf9fda76497314ae73dca73c45d62ad5086eb37b6 (diff)
downloadlibtasn1-0d0abfd58407cfed8cd2ffe86de8d0a2c8d011ea.tar.gz
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r--gl/m4/manywarnings.m48
1 files changed, 6 insertions, 2 deletions
diff --git a/gl/m4/manywarnings.m4 b/gl/m4/manywarnings.m4
index 93b1315..7f36fb4 100644
--- a/gl/m4/manywarnings.m4
+++ b/gl/m4/manywarnings.m4
@@ -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,10 @@ AC_DEFUN([gl_MANYWARN_ALL_GCC],
-Wdisabled-optimization \
-Wstack-protector \
-Woverlength-strings \
+ -Wbuiltin-macro-redefined \
+ -Wmudflap \
+ -Wpacked-bitfield-compat \
+ -Wsync-nand \
; do
gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
done