From e49e30141123d79aba50d088625959c82b3532db Mon Sep 17 00:00:00 2001 From: hrydgard Date: Mon, 19 Jan 2009 16:04:25 +0000 Subject: [PATCH] Disable "warnings as errors" in Plugin_nJoy_SDL_Test. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1932 8ced0084-cf51-0410-be5f-012b33b47a6e --- .../Plugin_nJoy_Testing/Plugin_nJoy_SDL_Test.vcproj | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Source/Plugins/Plugin_nJoy_Testing/Plugin_nJoy_SDL_Test.vcproj b/Source/Plugins/Plugin_nJoy_Testing/Plugin_nJoy_SDL_Test.vcproj index d75e8404db..9498ba134a 100644 --- a/Source/Plugins/Plugin_nJoy_Testing/Plugin_nJoy_SDL_Test.vcproj +++ b/Source/Plugins/Plugin_nJoy_Testing/Plugin_nJoy_SDL_Test.vcproj @@ -1,7 +1,7 @@ @@ -132,6 +132,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" + WarnAsError="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> @@ -209,7 +210,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - WarnAsError="true" + WarnAsError="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> @@ -289,6 +290,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" + WarnAsError="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> @@ -368,7 +370,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - WarnAsError="true" + WarnAsError="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> @@ -449,6 +451,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" + WarnAsError="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" />