From 3ab3815449b9da26e5fc1e3758fe2b95de364fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 11 Jan 2017 22:21:59 -0800 Subject: [PATCH] FIxed VS build. --- scripts/shaderc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/shaderc.lua b/scripts/shaderc.lua index 5e68d8f44..e04813d8f 100644 --- a/scripts/shaderc.lua +++ b/scripts/shaderc.lua @@ -18,6 +18,7 @@ project "glslang" configuration { "vs*" } buildoptions { "/wd4005", -- warning C4005: '_CRT_SECURE_NO_WARNINGS': macro redefinition + "/wd4100", -- error C4100: 'inclusionDepth' : unreferenced formal parameter } configuration { "not vs*" }