Commit de1f8a0d by Mike Stump Committed by Mike Stump

configure.ac: Add -Wno-overlength-strings.

	* configure.ac: Add -Wno-overlength-strings.
	* configure: Regenerate.

From-SVN: r113836
parent 80c458fb
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> 2006-05-14 Bernhard Fischer <aldot@gcc.gnu.org>
* README: Fix typo. * README: Fix typo.
......
...@@ -2361,7 +2361,7 @@ WARN_CFLAGS= ...@@ -2361,7 +2361,7 @@ WARN_CFLAGS=
save_CFLAGS="$CFLAGS" save_CFLAGS="$CFLAGS"
for option in -W -Wall -Wwrite-strings -Wstrict-prototypes \ for option in -W -Wall -Wwrite-strings -Wstrict-prototypes \
-Wmissing-prototypes -Wold-style-definition \ -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` as_acx_Woption=`echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
echo "$as_me:$LINENO: checking whether $CC supports $option" >&5 echo "$as_me:$LINENO: checking whether $CC supports $option" >&5
......
...@@ -11,7 +11,7 @@ AC_PROG_CC ...@@ -11,7 +11,7 @@ AC_PROG_CC
ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wstrict-prototypes \ ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wstrict-prototypes \
-Wmissing-prototypes -Wold-style-definition \ -Wmissing-prototypes -Wold-style-definition \
-Wmissing-format-attribute]) -Wmissing-format-attribute -Wno-overlength-strings])
ACX_PROG_CC_WARNING_ALMOST_PEDANTIC([-Wno-long-long]) ACX_PROG_CC_WARNING_ALMOST_PEDANTIC([-Wno-long-long])
# Only enable with --enable-werror-always until existing warnings are # Only enable with --enable-werror-always until existing warnings are
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment