mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 20:28:29 +00: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. Backports commit e4650c81b3d15ba67236815defbb475c4bdf8690 from qemu
This commit is contained in:
parent
b918dd95f3
commit
aee5c93f58
1 changed files with 1 additions and 1 deletions
2
qemu/configure
vendored
2
qemu/configure
vendored
|
@ -671,7 +671,7 @@ z_version=$(cut -f3 -d. $source_path/VERSION)
|
|||
|
||||
if test -z "$werror" ; then
|
||||
if test -d "$source_path/.git" -a \
|
||||
"$linux" = "yes" ; then
|
||||
\( "$linux" = "yes" -o "$mingw32" = "yes" \) ; then
|
||||
werror="yes"
|
||||
else
|
||||
werror="no"
|
||||
|
|
Loading…
Reference in a new issue