Fixed glslang warning.

This commit is contained in:
Branimir Karadžić 2017-03-12 18:28:18 -07:00
parent 5375aa5a03
commit aaaefb77c9

View File

@ -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