From eba667fdb30f51b81eeb9efc5b786dbe4bb12da0 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 3 Dec 2015 14:26:00 +0100 Subject: fix for QT headers compile as c++14 (nw) --- scripts/genie.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/genie.lua b/scripts/genie.lua index 94e79b62c29..0eff764a63b 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -985,6 +985,11 @@ end "-Wno-extern-c-compat", } end + if (version >= 30700) then + buildoptions { + "-Wno-deprecated-register", + } + end if (version >= 70000) then buildoptions { "-Wno-tautological-undefined-compare", -- cgit v1.2.3