eliminate some pointer signedness warnings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37290 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 19 years ago
parent a0f151db99
commit 23a4d0be28

@ -170,7 +170,7 @@ static int iaxdefaultdpcache=10 * 60; /* Cache dialplan entries for 10 minutes b
static int iaxdefaulttimeout = 5; /* Default to wait no more than 5 seconds for a reply to come back */
static int tos = 0;
static unsigned int tos = 0;
static int min_reg_expire;
static int max_reg_expire;

Loading…
Cancel
Save