From 3a937e20e4715f71b3da42e08297270b462e23ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 17 Mar 2018 14:47:06 -0700 Subject: [PATCH] Cleanup. --- scripts/shaderc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shaderc.lua b/scripts/shaderc.lua index 3ef66714a..def94a8ae 100644 --- a/scripts/shaderc.lua +++ b/scripts/shaderc.lua @@ -169,7 +169,7 @@ project "glsl-optimizer" "/wd4701", -- warning C4701: potentially uninitialized local variable 'lower' used "/wd4702", -- warning C4702: unreachable code "/wd4706", -- warning C4706: assignment within conditional expression - "/wd4996" -- warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. + "/wd4996", -- warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. } configuration { "mingw* or linux or osx" }