mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user