mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
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:
@@ -154,7 +154,7 @@ static int astobj2_test_helper(int use_hash, int use_cmp, unsigned int lim, stru
|
||||
}
|
||||
}
|
||||
|
||||
ast_test_status_update(test, "Container created: random bucket size %d: number of items: %d\n", bucket_size, lim);
|
||||
ast_test_status_update(test, "Container created: random bucket size %d: number of items: %u\n", bucket_size, lim);
|
||||
|
||||
/* Testing ao2_container_clone */
|
||||
c3 = ao2_container_clone(c1, 0);
|
||||
|
||||
Reference in New Issue
Block a user