configure.ac: Add -Wno-overlength-strings.
authorMike Stump <mrs@apple.com>
Wed, 17 May 2006 00:31:31 +0000 (00:31 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 17 May 2006 00:31:31 +0000 (00:31 +0000)
* configure.ac: Add -Wno-overlength-strings.
* configure: Regenerate.

From-SVN: r113836

fixincludes/ChangeLog
fixincludes/configure
fixincludes/configure.ac

index f4231c0c71c7afbff0f95f58fa61902a6016caa3..e4e0bd68b715537ee7becfa87ee4d063a68460da 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-16  Mike Stump  <mrs@apple.com>
+
+       * configure.ac: Add -Wno-overlength-strings.
+       * configure: Regenerate.
+
 2006-05-14  Bernhard Fischer  <aldot@gcc.gnu.org>
 
        * README: Fix typo.
index 73ba870cb556a08ed9073659475b2100fdf82e6e..418b785fa8bb2cd2a099eb51fef9574485cf629d 100755 (executable)
@@ -2361,7 +2361,7 @@ WARN_CFLAGS=
 save_CFLAGS="$CFLAGS"
 for option in -W -Wall -Wwrite-strings -Wstrict-prototypes \
                          -Wmissing-prototypes -Wold-style-definition \
-                         -Wmissing-format-attribute; do
+                         -Wmissing-format-attribute -Wno-overlength-strings; do
   as_acx_Woption=`echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
 
   echo "$as_me:$LINENO: checking whether $CC supports $option" >&5
index cc667ebb6ed1624d1c2c3773ab2b65b0dff29237..a24061ccab33798b9d17e810d8e19baf47e0b0ee 100644 (file)
@@ -11,7 +11,7 @@ AC_PROG_CC
 
 ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wstrict-prototypes \
                          -Wmissing-prototypes -Wold-style-definition \
-                         -Wmissing-format-attribute])
+                         -Wmissing-format-attribute -Wno-overlength-strings])
 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC([-Wno-long-long])
 
 # Only enable with --enable-werror-always until existing warnings are