diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-25 09:56:52 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-25 09:56:52 -0700 |
commit | dd693422189801404514ef6f118256ec8f19728a (patch) | |
tree | 6d8989b18bd2b4a7f3b4d4f4b341059851ebb0a7 /vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj | |
parent | d383b0f7e79220966e65b55342ec37f3fbba0be6 (diff) | |
parent | ff60024eaf67dea0faf899f80c099460d87fa3ad (diff) |
Merge github.com:grpc/grpc into clang_format
Diffstat (limited to 'vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj b/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj index 779b95949b..124959b038 100644 --- a/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj +++ b/vsprojects/vcxproj/test/grpc_credentials_test/grpc_credentials_test.vcxproj @@ -74,6 +74,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> @@ -88,6 +89,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Console</SubSystem> @@ -104,6 +106,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> @@ -122,6 +125,7 @@ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Console</SubSystem> |