mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +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-absolute-value",
|
||||
"-Wno-unused-variable",
|
||||
"-Wno-unused-but-set-variable",
|
||||
"-Wno-maybe-uninitialized",
|
||||
"-Wno-sometimes-uninitialized",
|
||||
}
|
||||
else
|
||||
if (version >= 40400) then
|
||||
|
Loading…
Reference in New Issue
Block a user