mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06:00
configure: Enable -Werror for MinGW builds, too
MinGW seems to compile currently without warnings, so it should be safe to enable -Werror now for this environment, too. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1465373606-18486-1-git-send-email-thuth@redhat.com> Tested-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e9abfcb57f
commit
e4650c81b3
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1390,7 +1390,7 @@ fi
|
||||||
# by default. Only enable by default for git builds
|
# by default. Only enable by default for git builds
|
||||||
if test -z "$werror" ; then
|
if test -z "$werror" ; then
|
||||||
if test -d "$source_path/.git" -a \
|
if test -d "$source_path/.git" -a \
|
||||||
"$linux" = "yes" ; then
|
\( "$linux" = "yes" -o "$mingw32" = "yes" \) ; then
|
||||||
werror="yes"
|
werror="yes"
|
||||||
else
|
else
|
||||||
werror="no"
|
werror="no"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue