summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-06-07 14:15:04 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-06-07 14:15:04 +0200
commit041ba8bc2fa406abf9a38aaac74710f08d121dc2 (patch)
tree5611839b0a85d86d8e05538d429c535b5fae5c01 /scripts/genie.lua
parented05af5bff2b8b3b41399805623d68ead02472a8 (diff)
placed this back to disable warning on clang (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 47f7aa85770..dbb5bb21381 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -930,6 +930,7 @@ end
end
if (version >= 30400) then
buildoptions {
+ "-Wno-inline-new-delete",
"-Wno-constant-logical-operand",
}
end