diff options
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-x | libcpp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure b/libcpp/configure index c400d23a93d..a26a4775bf9 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -4687,7 +4687,7 @@ test -n "$AUTOHEADER" || AUTOHEADER="$MISSING autoheader" warn= save_CFLAGS="$CFLAGS" -for option in -W -Wall -Wwrite-strings \ +for option in -W -Wall -Wno-narrowing -Wwrite-strings \ -Wmissing-format-attribute; do as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh` |