#include <stdlib.h>\r
#include "mfifo.h"\r
\r
+#ifdef _MSC_VER\r
+/* temporary disable */\r
+#pragma warning(disable: 4244)\r
+#endif\r
+\r
/*****************************************************************************\r
Global Tables & Variables.\r
*****************************************************************************/\r
\r
int Q921ProcSABME(int trunk, unsigned char *mes, int size)\r
{\r
+ /* TODO: Do we need these paramaters? */\r
+ (void)mes;\r
+ (void)size;\r
+\r
Q921DevSpace[trunk].vr=0;\r
Q921DevSpace[trunk].vs=0;\r
\r