mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
set for all clangs (nw)
This commit is contained in:
parent
3b3f872d68
commit
4a07723b60
@ -630,11 +630,9 @@ project "portaudio"
|
||||
|
||||
local version = str_to_version(_OPTIONS["gcc_version"])
|
||||
if string.find(_OPTIONS["gcc"], "clang") then
|
||||
if (version >= 30500) then
|
||||
buildoptions {
|
||||
"-Wno-unknown-warning-option",
|
||||
}
|
||||
end
|
||||
buildoptions_c {
|
||||
"-Wno-unknown-warning-option",
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "vs*" }
|
||||
|
Loading…
Reference in New Issue
Block a user