mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix compiler warning.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@306326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -299,7 +299,7 @@ static int container_test1_helper(struct ast_format_cap *cap1, struct ast_format
|
||||
{
|
||||
|
||||
int res = AST_TEST_PASS;
|
||||
struct ast_format_cap *cap_joint;
|
||||
struct ast_format_cap *cap_joint = NULL;
|
||||
struct ast_format tmpformat;
|
||||
|
||||
if (ast_format_attr_reg_interface(&test_interface)) {
|
||||
|
Reference in New Issue
Block a user