diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2005-07-24 03:44:26 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2005-07-24 03:44:26 +0000 |
commit | 467129e6572fbf44f83433cab601b4c024a9aef3 (patch) | |
tree | 2a13962b71d66445aca24b6d7a29646aea03e10f /libcpp/configure | |
parent | ac0f3f3949090eeb1687345bcd3f8dd9a5aef1cd (diff) | |
download | gcc-467129e6572fbf44f83433cab601b4c024a9aef3.zip gcc-467129e6572fbf44f83433cab601b4c024a9aef3.tar.gz gcc-467129e6572fbf44f83433cab601b4c024a9aef3.tar.bz2 |
configure.ac (ACX_PROG_CC_WARNING_OPTS): add -Wmissing-format-attribute.
* configure.ac (ACX_PROG_CC_WARNING_OPTS): add
-Wmissing-format-attribute.
* configure: Regenerate.
From-SVN: r102327
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-x | libcpp/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpp/configure b/libcpp/configure index 63e2020..cd8fac8 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -2691,7 +2691,8 @@ test -n "$AUTOHEADER" || AUTOHEADER="$MISSING autoheader" WARN_CFLAGS= save_CFLAGS="$CFLAGS" for option in -W -Wall -Wwrite-strings -Wstrict-prototypes \ - -Wmissing-prototypes -Wold-style-definition; do + -Wmissing-prototypes -Wold-style-definition \ + -Wmissing-format-attribute; do as_acx_Woption=`echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh` echo "$as_me:$LINENO: checking whether $CC supports $option" >&5 |