From 842874f030b2f1edec0902e3078597d0ba45c3d1 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Fri, 27 Nov 2015 17:22:53 -0500 Subject: [PATCH] Fix "use of constant operatand with &&" on osx --- scripts/toolchain.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index e6e2e0e773b..d200ab0f2d5 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -858,6 +858,7 @@ function toolchain(_buildDir, _subDir) objdir (_buildDir .. "osx_clang" .. "/obj") buildoptions { "-m64", + "-Wno-constant-logical-operand", } configuration { "osx*", "x64", "Release" }