diff options
author | 2015-06-07 12:25:38 -0400 | |
---|---|---|
committer | 2015-06-07 12:25:38 -0400 | |
commit | 021aa9eb6cf57bedcc99e28c505bc8470877607b (patch) | |
tree | f8724457e80dc7d1b35b579b83394e5aff6fcbe6 /scripts/genie.lua | |
parent | 72794f8ff1c1e79bd0350bb52fb3757bdf04d004 (diff) |
Nope. (nw)
This reverts commit 72794f8ff1c1e79bd0350bb52fb3757bdf04d004.
At least this provides a more useful stacktrace, if anyone wants to
debug.
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 |