From 8048656f99107d88f09129b1e132028fdf5e4892 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 4 May 2007 23:53:43 +0000 Subject: [PATCH] stfu msvc git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5092 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/stfu/stfu.c | 5 +++++ w32/Library/FreeSwitchCore.vcproj | 32 +++++++++++++++++++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/libs/stfu/stfu.c b/libs/stfu/stfu.c index 18b96edb1b..371b47b9ca 100644 --- a/libs/stfu/stfu.c +++ b/libs/stfu/stfu.c @@ -27,6 +27,11 @@ */ #include "stfu.h" +#ifdef _MSC_VER +/* warning C4706: assignment within conditional expression*/ +#pragma warning(disable: 4706) +#endif + struct stfu_queue { struct stfu_frame *array; struct stfu_frame int_frame; diff --git a/w32/Library/FreeSwitchCore.vcproj b/w32/Library/FreeSwitchCore.vcproj index e9db0e3a23..113d8b4181 100644 --- a/w32/Library/FreeSwitchCore.vcproj +++ b/w32/Library/FreeSwitchCore.vcproj @@ -43,7 +43,7 @@ + + + + + + + + @@ -389,6 +413,10 @@ Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > + +