mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
fix for clang (nw)
This commit is contained in:
parent
02751b71e6
commit
0c45c0f1f6
@ -633,6 +633,9 @@ project "portaudio"
|
|||||||
"-Wno-unknown-warning-option",
|
"-Wno-unknown-warning-option",
|
||||||
"-Wno-absolute-value",
|
"-Wno-absolute-value",
|
||||||
"-Wno-unused-variable",
|
"-Wno-unused-variable",
|
||||||
|
"-Wno-unused-but-set-variable",
|
||||||
|
"-Wno-maybe-uninitialized",
|
||||||
|
"-Wno-sometimes-uninitialized",
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (version >= 40400) then
|
if (version >= 40400) then
|
||||||
|
Loading…
Reference in New Issue
Block a user