diff options
author | 2015-05-15 22:00:19 -0400 | |
---|---|---|
committer | 2015-05-16 15:57:07 -0400 | |
commit | 79e17d0ad3c88cd5ef189ec55fc31b7ae91af825 (patch) | |
tree | f3b93e09257f82f78d3ec467241cb66f56e0c8cc /scripts/genie.lua | |
parent | 53635d12d7760da4713a5b26705ec0b0d0335ce7 (diff) |
Remove nonstandard inline overloads (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index d4de67872d3..79702a38c78 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -828,7 +828,6 @@ end end if (version >= 30400) then buildoptions { - "-Wno-inline-new-delete", "-Wno-constant-logical-operand", } end |