From 041ba8bc2fa406abf9a38aaac74710f08d121dc2 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 7 Jun 2015 14:15:04 +0200 Subject: [PATCH] placed this back to disable warning on clang (nw) --- scripts/genie.lua | 1 + 1 file changed, 1 insertion(+) 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