From deb51da9ebffac40497b4fee851c1e49056a2ab3 Mon Sep 17 00:00:00 2001 From: Robert Joly Date: Tue, 20 Jan 2009 00:47:43 +0000 Subject: [PATCH] Removed error on warning for compiles, as DevStudio 2005 is more or less deprecated keeping the warnings out is becoming less and less "maintained". git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11301 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- w32/modules.vsprops | 1 - 1 file changed, 1 deletion(-) diff --git a/w32/modules.vsprops b/w32/modules.vsprops index 563cb05539..89422e13ba 100644 --- a/w32/modules.vsprops +++ b/w32/modules.vsprops @@ -12,7 +12,6 @@ AdditionalIncludeDirectories=""$(SolutionDir)\src\include"" PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;MOD_EXPORTS" WarningLevel="4" - WarnAsError="true" />