From 79137525f046203f58038a50d520f6d8536aed34 Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 2 Jun 2010 17:57:39 +0000 Subject: Silence a compiler warning. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@267093 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/app_voicemail.c') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 259a7ad22..8876996c2 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -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; -- cgit v1.2.3