Searched hist:"5919 e0328b7d6a08a661c3c747bae3e841d4e6f4" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 5919e0328b7d6a08a661c3c747bae3e841d4e6f4 Thu Apr 28 16:33:41 CDT 2016 Stefan Weil <sw@weilnetz.de> 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>
|