diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-11 18:16:02 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-11 18:16:02 +0000 |
commit | 9986636a05281ca9806b67f07242284b5d6d4ea4 (patch) | |
tree | 8179a31f9aaf63f8f0e574167e5525115227f94e /configure | |
parent | 53eb1e6d1c863380af707cbf138c3c0ae0efa55d (diff) | |
download | qemu-9986636a05281ca9806b67f07242284b5d6d4ea4.tar.gz qemu-9986636a05281ca9806b67f07242284b5d6d4ea4.tar.bz2 qemu-9986636a05281ca9806b67f07242284b5d6d4ea4.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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |