From 1bf7b232cbe1b4401c7f787931581cd45d8d4bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 20 Mar 2017 20:39:59 -0700 Subject: [PATCH] Cleanup. --- scripts/genie.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index 9230a56fb..a01d7fe06 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -86,10 +86,6 @@ if not os.isdir(BX_DIR) then os.exit() end -defines { - "BX_CONFIG_ENABLE_MSVC_LEVEL4_WARNINGS=1" -} - dofile (path.join(BX_DIR, "scripts/toolchain.lua")) if not toolchain(BGFX_BUILD_DIR, BGFX_THIRD_PARTY_DIR) then return -- no action specified