mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
fix compile issue (nw)
This commit is contained in:
parent
d5ab8823ea
commit
79fa1090cf
@ -811,6 +811,8 @@ end
|
||||
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
|
||||
buildoptions {
|
||||
"-Wno-switch",
|
||||
}
|
||||
buildoptions_cpp {
|
||||
"-Wno-unknown-pragmas",
|
||||
}
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user