aboutsummaryrefslogtreecommitdiff
path: root/libcpp/configure
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@caip.rutgers.edu>2005-07-24 03:44:26 +0000
committerKaveh Ghazi <ghazi@caip.rutgers.edu>2005-07-24 03:44:26 +0000
commit841bac0bae5414ae193ff7251d19ed4b8669a738 (patch)
tree2a13962b71d66445aca24b6d7a29646aea03e10f /libcpp/configure
parenta074a1d0ee0e708fa17b39837dbe8dc6c20d08ae (diff)
* configure.ac (ACX_PROG_CC_WARNING_OPTS): add
-Wmissing-format-attribute. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@102327 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-xlibcpp/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpp/configure b/libcpp/configure
index 63e2020d3d7..cd8fac81548 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