diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-23 09:36:31 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-23 09:36:31 -0700 |
commit | f4fc5d2bfd9b9c20d7a0d9d936679d2c1602ebcf (patch) | |
tree | cd19e109515a7af84a22dc5ebacd4ec224f23918 /vsprojects/vcxproj/test/reconnect_interop_server | |
parent | 65bcbd386ed4bb9c1f81023f69c63dd666b83ea9 (diff) |
Enable warnings as errors on Windows
Diffstat (limited to 'vsprojects/vcxproj/test/reconnect_interop_server')
-rw-r--r-- | vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj b/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj index 5c6d04bbc9..1eb8f36a4f 100644 --- a/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj +++ b/vsprojects/vcxproj/test/reconnect_interop_server/reconnect_interop_server.vcxproj @@ -76,6 +76,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Console</SubSystem> @@ -90,6 +91,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Console</SubSystem> @@ -106,6 +108,7 @@ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Console</SubSystem> @@ -124,6 +127,7 @@ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Console</SubSystem> |