summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2009-10-19 21:03:24 +0200
committerAlbert Astals Cid <aacid@kde.org>2009-10-19 21:03:24 +0200
commitfb787ddb26d471707f036e72e27a095976b8ee2a (patch)
tree7f6fef59b05e3fd5f528330940ffbbcf8845130b
parent5acf95a74ec2e4940818a50e59e50f5ec1175b39 (diff)
commit some more warning flags
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 957edf2..1982e37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,7 +154,7 @@ dnl skipped and all flags rechecked. So there's no need to do anything
dnl else. If for any reason you need to force a recheck, just change
dnl MAYBE_WARN in an ignorable way (like adding whitespace)
-MAYBE_WARN="-Wall \
+MAYBE_WARN="-Wall -Wextra -pedantic \
-Wsign-compare -Werror-implicit-function-declaration \
-Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs \