diff options
| author | 2015-12-03 14:26:00 +0100 | |
|---|---|---|
| committer | 2015-12-03 14:26:00 +0100 | |
| commit | eba667fdb30f51b81eeb9efc5b786dbe4bb12da0 (patch) | |
| tree | 53f4fe1bdca2bbc59318ca00ceffdedaf8c20de4 /scripts | |
| parent | cd1751b02cb81928507da874213f9d4ce0b59415 (diff) | |
fix for QT headers compile as c++14 (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 5 insertions, 0 deletions
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", |
