diff options
Diffstat (limited to 'fixincludes/configure')
| -rwxr-xr-x | fixincludes/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/configure b/fixincludes/configure index 73ba870..418b785 100755 --- a/fixincludes/configure +++ b/fixincludes/configure @@ -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 |
