diff options
| author | 2015-12-03 14:32:20 +0100 | |
|---|---|---|
| committer | 2015-12-03 14:32:20 +0100 | |
| commit | 7433c42f30d1c2ff3031768138bd6fa815cb2415 (patch) | |
| tree | 45b406e1fa9dfedd62a607ec6183a805113a40f5 /scripts | |
| parent | eba667fdb30f51b81eeb9efc5b786dbe4bb12da0 (diff) | |
it is available in all version from 3.4 (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/genie.lua | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 0eff764a63b..bcc72e68b36 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -977,6 +977,7 @@ end "-Wno-c++11-narrowing", "-Wno-inline-new-delete", "-Wno-constant-logical-operand", + "-Wno-deprecated-register", } if (version >= 30500) then buildoptions { @@ -985,12 +986,7 @@ end "-Wno-extern-c-compat", } end - if (version >= 30700) then - buildoptions { - "-Wno-deprecated-register", - } - end - if (version >= 70000) then + if (version >= 70000) then buildoptions { "-Wno-tautological-undefined-compare", } |
