mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Silence a compiler warning.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267093 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -12395,7 +12395,9 @@ AST_TEST_DEFINE(test_voicemail_notify_endl)
|
||||
char attach[] = "/var/lib/asterisk/sounds/en/tt-weasels", attach2[] = "/var/lib/asterisk/sounds/en/tt-somethingwrong";
|
||||
char buf[256] = ""; /* No line should actually be longer than 80 */
|
||||
struct ast_channel *chan = NULL;
|
||||
struct ast_vm_user *vmu, vmus;
|
||||
struct ast_vm_user *vmu, vmus = {
|
||||
.flags = 0,
|
||||
};
|
||||
FILE *file;
|
||||
struct {
|
||||
char *name;
|
||||
|
||||
Reference in New Issue
Block a user