Fix warning in release build.  Update to-do list.


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22315 e7fa87d3-cd2b-0410-9028-fcbf551c1848
diff --git a/glslang.vcxproj b/glslang.vcxproj
index 85a4900..620b363 100644
--- a/glslang.vcxproj
+++ b/glslang.vcxproj
@@ -152,6 +152,7 @@
     <ClCompile Include="glslang\MachineIndependent\Constant.cpp" />

     <ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp">

       <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4065</DisableSpecificWarnings>

+      <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4065</DisableSpecificWarnings>

     </ClCompile>

     <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp" />

     <ClCompile Include="glslang\MachineIndependent\Initialize.cpp" />