stfu msvc

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5092 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-05-04 23:53:43 +00:00
parent 5495900794
commit 8048656f99
2 changed files with 35 additions and 2 deletions

View File

@@ -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;