glslang: Fix over 100 warnings from MSVC warning level 4.
authorJohn Kessenich <cepheus@frii.com>
Fri, 15 May 2015 17:30:55 +0000 (17:30 +0000)
committerJohn Kessenich <cepheus@frii.com>
Fri, 15 May 2015 17:30:55 +0000 (17:30 +0000)
commit93dfbe1309f2694212e6630c4e50495a8adf7e92
tree73b2b7207386e72c642e85ab57fc6cc7a40a284c
parent2aa7f3a671aa20b60daf3b9864ab6115aab454c0
glslang: Fix over 100 warnings from MSVC warning level 4.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31202 e7fa87d3-cd2b-0410-9028-fcbf551c1848
35 files changed:
SPIRV/GlslangToSpv.cpp
SPIRV/SPVRemapper.h
SPIRV/SpvBuilder.cpp
SPIRV/SpvBuilder.h
SPIRV/disassemble.cpp
SPIRV/spvIR.h
StandAlone/StandAlone.cpp
glslang/GenericCodeGen/CodeGen.cpp
glslang/GenericCodeGen/Link.cpp
glslang/Include/ConstantUnion.h
glslang/Include/PoolAlloc.h
glslang/Include/ShHandle.h
glslang/Include/intermediate.h
glslang/MachineIndependent/Constant.cpp
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/IntermTraverse.cpp
glslang/MachineIndependent/Intermediate.cpp
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h
glslang/MachineIndependent/PoolAlloc.cpp
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/ScanContext.h
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/glslang.y
glslang/MachineIndependent/intermOut.cpp
glslang/MachineIndependent/limits.cpp
glslang/MachineIndependent/localintermediate.h
glslang/MachineIndependent/parseConst.cpp
glslang/MachineIndependent/preprocessor/Pp.cpp
glslang/MachineIndependent/preprocessor/PpContext.cpp
glslang/MachineIndependent/preprocessor/PpContext.h
glslang/MachineIndependent/preprocessor/PpMemory.cpp
glslang/MachineIndependent/preprocessor/PpScanner.cpp
glslang/MachineIndependent/preprocessor/PpTokens.cpp
glslang/MachineIndependent/reflection.cpp