summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-05-27 16:26:51 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-27 16:27:20 -0700
commit6323b635e52250c751cfb8bfd3ad935908f2fdaf (patch)
tree57616d3aa28e6b8bb30e9fbbc359459c18d34160
parentd8ea618a1fa43dc5fd0fd3ad83efec5f14e06534 (diff)
downloadgnulib-6323b635e52250c751cfb8bfd3ad935908f2fdaf.tar.gz
manywarnings: remove duplicate -Wmultichar entry
* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Remove duplicate entry for -Wmultichar. -Wno-multichar is in the GCC 4.7.0 manual, so keep the entry marked as documented.
-rw-r--r--ChangeLog7
-rw-r--r--m4/manywarnings.m43
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 41862f2fa5..647c832394 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ manywarnings: remove duplicate -Wmultichar entry
+ * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Remove duplicate
+ entry for -Wmultichar. -Wno-multichar is in the GCC 4.7.0 manual,
+ so keep the entry marked as documented.
+
2012-05-27 Karl Berry <karl@gnu.org>
* config/srclist.txt (mktime.c): remove last libc sync,
diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4
index fd0e3722d3..864fc85198 100644
--- a/m4/manywarnings.m4
+++ b/m4/manywarnings.m4
@@ -1,4 +1,4 @@
-# manywarnings.m4 serial 3
+# manywarnings.m4 serial 4
dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -143,7 +143,6 @@ AC_DEFUN([gl_MANYWARN_ALL_GCC],
for gl_manywarn_item in \
-Wattributes \
-Wcoverage-mismatch \
- -Wmultichar \
-Wunused-macros \
; do
gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"