mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
build_system: Fix some warnings highlighted by clang
Fix some warnings found with clang. Change-Id: I5195b6189b148c2ee3ed4a19d015a6d4ef3e77bd
This commit is contained in:
@@ -356,8 +356,8 @@ static int fax_generator_generate(struct ast_channel *chan, void *data, int len,
|
||||
}
|
||||
|
||||
static struct ast_generator generator = {
|
||||
alloc: fax_generator_alloc,
|
||||
generate: fax_generator_generate,
|
||||
.alloc = fax_generator_alloc,
|
||||
.generate = fax_generator_generate,
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user