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/channel_arguments_test/channel_arguments_test.vcxproj | |
parent | d383b0f7e79220966e65b55342ec37f3fbba0be6 (diff) | |
parent | ff60024eaf67dea0faf899f80c099460d87fa3ad (diff) |
Merge github.com:grpc/grpc into clang_format
Diffstat (limited to 'vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj b/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj index 6227ea2d90..240ee27045 100644 --- a/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj +++ b/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.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> |