mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
It is affecting clang 3.6+
This commit is contained in:
parent
b3a224378d
commit
6e47d71b83
@ -140,7 +140,7 @@ function qtdebuggerbuild()
|
||||
local version = str_to_version(_OPTIONS["gcc_version"])
|
||||
if _OPTIONS["gcc"]~=nil and (string.find(_OPTIONS["gcc"], "clang") or string.find(_OPTIONS["gcc"], "asmjs")) then
|
||||
configuration { "gmake" }
|
||||
if (version >= 30700) then
|
||||
if (version >= 30600) then
|
||||
buildoptions {
|
||||
"-Wno-inconsistent-missing-override",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user