eliminate some pointer signedness warnings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37290 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-07-07 07:01:50 +00:00
parent a0f151db99
commit 23a4d0be28

View File

@@ -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;