It is affecting clang 3.6+

This commit is contained in:
Miodrag Milanovic 2016-01-08 14:08:49 +01:00
parent b3a224378d
commit 6e47d71b83

View File

@ -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",
}