Ver Fonte

Cleanup.

Branimir Karadžić há 7 anos atrás
pai
commit
3a937e20e4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/shaderc.lua

+ 1 - 1
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" }