summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorblueswir12008-09-11 20:16:02 +0200
committerblueswir12008-09-11 20:16:02 +0200
commitc5fdf07b807e83c6774d32c632caa3ee7fe4f1b6 (patch)
tree8179a31f9aaf63f8f0e574167e5525115227f94e /configure
parentOnly build compatfd when using AIO and make sure to always init AIO (diff)
downloadqemu-c5fdf07b807e83c6774d32c632caa3ee7fe4f1b6.tar.gz
qemu-c5fdf07b807e83c6774d32c632caa3ee7fe4f1b6.tar.xz
qemu-c5fdf07b807e83c6774d32c632caa3ee7fe4f1b6.zip
Enable gcc flag -Wendif-labels
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5198 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1da42a1c3d..365e8ad6e1 100755
--- a/configure
+++ b/configure
@@ -346,7 +346,7 @@ for opt do
done
# default flags for all hosts
-CFLAGS="$CFLAGS -Wall -Wundef -O2 -g -fno-strict-aliasing"
+CFLAGS="$CFLAGS -Wall -Wundef -Wendif-labels -O2 -g -fno-strict-aliasing"
LDFLAGS="$LDFLAGS -g"
if test "$werror" = "yes" ; then
CFLAGS="$CFLAGS -Werror"