mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
3rdparty/portaudio: Suppress clang unused label warning.
This commit is contained in:
parent
c5927d37e7
commit
ea3a55c607
@ -1590,7 +1590,8 @@ project "portaudio"
|
||||
"-Wno-incompatible-pointer-types-discards-qualifiers",
|
||||
"-Wno-pointer-sign",
|
||||
"-Wno-switch",
|
||||
"-Wno-macro-redefined"
|
||||
"-Wno-macro-redefined",
|
||||
"-Wno-unused-label",
|
||||
}
|
||||
else
|
||||
buildoptions_c {
|
||||
|
Loading…
Reference in New Issue
Block a user