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/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj | |
parent | d383b0f7e79220966e65b55342ec37f3fbba0be6 (diff) | |
parent | ff60024eaf67dea0faf899f80c099460d87fa3ad (diff) |
Merge github.com:grpc/grpc into clang_format
Diffstat (limited to 'vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj b/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj index 0930f2c7d8..53902574ef 100644 --- a/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj +++ b/vsprojects/vcxproj/gen_legal_metadata_characters/gen_legal_metadata_characters.vcxproj @@ -65,6 +65,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> @@ -79,6 +80,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Console</SubSystem> @@ -95,6 +97,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> @@ -113,6 +116,7 @@ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Console</SubSystem> |