From aaaefb77c9d16273ad97ec75830f336358cbc8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 12 Mar 2017 18:28:18 -0700 Subject: [PATCH] Fixed glslang warning. --- scripts/shaderc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/shaderc.lua b/scripts/shaderc.lua index 4dfb03b4e..300c4c6a4 100644 --- a/scripts/shaderc.lua +++ b/scripts/shaderc.lua @@ -25,6 +25,7 @@ project "glslang" "/wd4005", -- warning C4005: '_CRT_SECURE_NO_WARNINGS': macro redefinition "/wd4100", -- error C4100: 'inclusionDepth' : unreferenced formal parameter "/wd4127", -- warning C4127: conditional expression is constant + "/wd4244", -- warning C4244: '=': conversion from 'int' to 'char', possible loss of data "/wd4456", -- warning C4456: declaration of 'feature' hides previous local declaration "/wd4457", -- warning C4457: declaration of 'token' hides function parameter "/wd4458", -- warning C4458: declaration of 'language' hides class member