diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 7a591db050b..bdd97f427c5 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -923,6 +923,7 @@ end end if (version >= 30400) then buildoptions { + "-Wno-inline-new-delete", "-Wno-constant-logical-operand", } end |