configure.ac: Add -Wno-overlength-strings.
* configure.ac: Add -Wno-overlength-strings. * configure: Regenerate. From-SVN: r113836
This commit is contained in:
parent
80c458fb59
commit
de1f8a0d82
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
fixincludes/configure
vendored
2
fixincludes/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue