Fix dev-mode build on recent gcc

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430274 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kinsey Moore
2015-01-07 02:52:29 +00:00
parent dd42e92e7a
commit e17a1a8ba1
3 changed files with 4 additions and 4 deletions

View File

@@ -261,7 +261,7 @@ static void qualify_contact_cb(void *token, pjsip_event *e)
switch(e->body.tsx_state.type) {
default:
ast_log(LOG_ERROR, "Unexpected PJSIP event %d\n", e->body.tsx_state.type);
ast_log(LOG_ERROR, "Unexpected PJSIP event %u\n", e->body.tsx_state.type);
/* Fall through */
case PJSIP_EVENT_TRANSPORT_ERROR:
case PJSIP_EVENT_TIMER: