From f4fc5d2bfd9b9c20d7a0d9d936679d2c1602ebcf Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 23 Sep 2015 09:36:31 -0700 Subject: Enable warnings as errors on Windows --- vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj') diff --git a/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj b/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj index ae8d4f3d63..78ca9580eb 100644 --- a/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj +++ b/vsprojects/vcxproj/test/gpr_env_test/gpr_env_test.vcxproj @@ -74,6 +74,7 @@ WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) true MultiThreadedDebug + true Console @@ -88,6 +89,7 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true MultiThreadedDebug + true Console @@ -104,6 +106,7 @@ WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions) true MultiThreaded + true Console @@ -122,6 +125,7 @@ WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true MultiThreaded + true Console -- cgit v1.2.3