From 0e22e6dfd92d25418fe07a0c23ab0e5d2a6c455b Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen <nielsm@aegisub.org> Date: Mon, 13 Jul 2009 22:37:19 +0000 Subject: [PATCH] Remove a deprecated compiler flag causing warnings during universalcharset build on Windows. Originally committed to SVN as r3120. --- aegisub/universalchardet/universalcharset_2008.vcproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/aegisub/universalchardet/universalcharset_2008.vcproj b/aegisub/universalchardet/universalcharset_2008.vcproj index 8586e3956..6048aef9d 100644 --- a/aegisub/universalchardet/universalcharset_2008.vcproj +++ b/aegisub/universalchardet/universalcharset_2008.vcproj @@ -49,7 +49,6 @@ RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" DebugInformationFormat="4" /> <Tool @@ -111,7 +110,6 @@ RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool @@ -170,7 +168,6 @@ RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool @@ -230,7 +227,6 @@ RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool -- GitLab