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}"
>
+
+