aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-18 05:43:55 +0000
committerLev Walkin <vlm@lionet.info>2004-08-18 05:43:55 +0000
commit3d0b5a38d27ea09ca31bd38e68ef1fc928c59398 (patch)
tree7677c5401034252589ffef258b50c8ac5bbf5fe6 /configure.in
parentb45e067b9162664df7c4f23fe57becd93bd5d0ed (diff)
last touches
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7585cede..d9bfa9f6 100644
--- a/configure.in
+++ b/configure.in
@@ -53,6 +53,7 @@ AC_SUBST(ADD_CFLAGS)
dnl Add these flags if we're using GCC.
case "$GCC" in
yes)
+ CFLAGS="$CFLAGS -W"
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wshadow"
CFLAGS="$CFLAGS -Wcast-qual"