diff options
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r-- | libcpp/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 5c27835..9a000bd 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -22,7 +22,8 @@ AC_CHECK_PROGS([AUTOHEADER], [autoheader], [$MISSING autoheader]) # See config/warnings.m4 for details. ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wstrict-prototypes \ - -Wmissing-prototypes -Wold-style-definition]) + -Wmissing-prototypes -Wold-style-definition \ + -Wmissing-format-attribute]) ACX_PROG_CC_WARNING_ALMOST_PEDANTIC([-Wno-long-long]) # Only enable with --enable-werror-always until existing warnings are |