From: Robert Joly Date: Tue, 20 Jan 2009 00:47:43 +0000 (+0000) Subject: Removed error on warning for compiles, as DevStudio 2005 is more or less deprecated... X-Git-Tag: v1.0.3~656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb51da9ebffac40497b4fee851c1e49056a2ab3;p=thirdparty%2Ffreeswitch.git 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 --- 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" />