summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2011-09-07 21:57:15 +0000
committerChristos Zoulas <christos@zoulas.com>2011-09-07 21:57:15 +0000
commit1541fc3b6d4851f3875f0881c929d659831cebcf (patch)
tree36aca253a9d88d02190ce82b6cf4c4d6ab5c4818 /configure.ac
parenta31278a525bade6edf720a28d58de8f93a8cc51a (diff)
downloadfile-git-1541fc3b6d4851f3875f0881c929d659831cebcf.tar.gz
typo
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 86eed8e9..b3b93c83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,14 +142,14 @@ else
WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
-Wmissing-declarations -Wredundant-decls -Wnested-externs \
-Wsign-compare -Wreturn-type -Wswitch -Wshadow \
- -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter"
+ -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -Wformat=2"
fi], [
if test "$GCC" = yes; then
AC_MSG_RESULT(yes)
WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
-Wmissing-declarations -Wredundant-decls -Wnested-externs \
-Wsign-compare -Wreturn-type -Wswitch -Wshadow \
- -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter"
+ -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -Wformat=2"
else
WARNINGS=
AC_MSG_RESULT(no)