提交 f2a4b8b1 authored 作者: Michael Jerris's avatar Michael Jerris

Q921.c should build now under heavier warning levels.

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@70 a93c3328-9c30-0410-af19-c9cd2b2d52af
上级 0c54b8b5
......@@ -47,6 +47,11 @@
#include <stdlib.h>
#include "mfifo.h"
#ifdef _MSC_VER
/* temporary disable */
#pragma warning(disable: 4244)
#endif
/*****************************************************************************
Global Tables & Variables.
*****************************************************************************/
......@@ -334,6 +339,10 @@ int Q921SendUA(int trunk, int Sapi, int cr, int Tei, int pf)
int Q921ProcSABME(int trunk, unsigned char *mes, int size)
{
/* TODO: Do we need these paramaters? */
(void)mes;
(void)size;
Q921DevSpace[trunk].vr=0;
Q921DevSpace[trunk].vs=0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论