From 6e47d71b835269a59ca3d03cdb590d04a100c0da Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 8 Jan 2016 14:08:49 +0100 Subject: [PATCH] It is affecting clang 3.6+ --- scripts/src/osd/modules.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/src/osd/modules.lua b/scripts/src/osd/modules.lua index ff052e4bef4..640a6654d3e 100644 --- a/scripts/src/osd/modules.lua +++ b/scripts/src/osd/modules.lua @@ -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", }