From 9c5b89136eab1877bb48500f029a037d6d31f510 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 16 May 2015 22:36:29 +0200 Subject: [PATCH] Do not show warnings of external projects Signed-off-by: Sven Strickroth --- ext/build/ScintillaLexer.vcxproj | 1 + ext/build/editorconfig.vcxproj | 1 + ext/build/libgit2.vcxproj | 1 + ext/build/pcre.vcxproj | 1 + 4 files changed, 4 insertions(+) diff --git a/ext/build/ScintillaLexer.vcxproj b/ext/build/ScintillaLexer.vcxproj index 5df236a77..08bb22bc4 100644 --- a/ext/build/ScintillaLexer.vcxproj +++ b/ext/build/ScintillaLexer.vcxproj @@ -46,6 +46,7 @@ NDEBUG;SCI_LEXER;USE_D2D;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) 4996;4018;%(DisableSpecificWarnings) NotUsing + TurnOffAllWarnings imm32.lib;comctl32.lib;%(AdditionalDependencies) diff --git a/ext/build/editorconfig.vcxproj b/ext/build/editorconfig.vcxproj index 1e9d6d37f..aaedf424a 100644 --- a/ext/build/editorconfig.vcxproj +++ b/ext/build/editorconfig.vcxproj @@ -43,6 +43,7 @@ CompileAsC NotUsing /J %(AdditionalOptions) + TurnOffAllWarnings diff --git a/ext/build/libgit2.vcxproj b/ext/build/libgit2.vcxproj index cc3f55283..deedefa6e 100644 --- a/ext/build/libgit2.vcxproj +++ b/ext/build/libgit2.vcxproj @@ -50,6 +50,7 @@ precompiled.h CompileAsC precompiled.h;%(ForcedIncludeFiles) + TurnOffAllWarnings LIBGIT2_FILENAME=\"$(AssemblyName)\";%(PreprocessorDefinitions) diff --git a/ext/build/pcre.vcxproj b/ext/build/pcre.vcxproj index a95ce2e58..8a843bfed 100644 --- a/ext/build/pcre.vcxproj +++ b/ext/build/pcre.vcxproj @@ -43,6 +43,7 @@ CompileAsC NotUsing PCRE_STATIC;HAVE_CONFIG_H;%(PreprocessorDefinitions) + TurnOffAllWarnings -- 2.11.4.GIT