Fix more dev-mode build issues

........

Merged revisions 419129 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@419162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kinsey Moore
2014-07-22 14:00:33 +00:00
parent bfc6904871
commit 22b9d0ddff
15 changed files with 72 additions and 63 deletions

View File

@@ -120,7 +120,7 @@ static void test_set(struct ast_format_attr *fattr, va_list ap)
}
break;
default:
ast_log(LOG_WARNING, "unknown attribute type %d\n", key);
ast_log(LOG_WARNING, "unknown attribute type %u\n", key);
}
}
}