]> www.infradead.org Git - users/dwmw2/qemu.git/commit
configure: Allow builds with extra warnings
authorStefan Weil <sw@weilnetz.de>
Thu, 28 Apr 2016 21:33:41 +0000 (23:33 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 4 Aug 2016 21:30:30 +0000 (16:30 -0500)
commitdbbadeb48c753af6327030a7dbd1d887009ae27d
tree60808b1889310bd2d2cdd9c2a0be05901091944d
parentbd5d278668f33aa08755a982986cd1159746c037
configure: Allow builds with extra warnings

The clang compiler supports a useful compiler option -Weverything,
and GCC also has other warnings not enabled by -Wall.

If glib header files trigger a warning, however, testing glib with
-Werror will always fail. A size mismatch is also detected without
-Werror, so simply remove it.

Cc: qemu-stable@nongnu.org
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Message-Id: <1461879221-13338-1-git-send-email-sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 5919e0328b7d6a08a661c3c747bae3e841d4e6f4)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure