mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Fix more dev-mode build issues
........ Merged revisions 419129 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 419162 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 419163 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -489,7 +489,7 @@ static int astobj2_test_1_helper(int tst_num, enum test_container_type type, int
|
||||
}
|
||||
}
|
||||
|
||||
ast_test_status_update(test, "%s container created: buckets: %d, items: %d\n",
|
||||
ast_test_status_update(test, "%s container created: buckets: %d, items: %u\n",
|
||||
c_type, n_buckets, lim);
|
||||
|
||||
/* Testing ao2_container_clone */
|
||||
|
Reference in New Issue
Block a user