diff options
Diffstat (limited to 'scripts/genie.lua')
-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 e7e1342c050..debf9b19e4d 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1000,6 +1000,11 @@ end "-Wno-extern-c-compat", } end + if (version >= 70000) then + buildoptions { + "-Wno-tautological-undefined-compare", + } + end else if (version == 40201) then buildoptions { |