Fix for new GCC's

git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@61 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Mark Spencer
2003-10-06 05:15:16 +00:00
parent 06d9c2aeb3
commit 79e10c30a1

3
q931.c
View File

@@ -1908,7 +1908,8 @@ int q931_receive(struct pri *pri, q931_h *h, int len)
q931_mh *mh;
q931_call *c;
q931_ie *ie;
int x,y;
unsigned int x;
int y;
int res;
int r;
int mandies[MAX_MAND_IES];