From 87c9e1db337767e6a19c69a907baeee57d171e45 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 8 Jan 2005 19:00:46 +0000 Subject: Warn if flags is signed instead of unsigned (bug #3279) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4713 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_voicemail.c') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index b4d4c9d0f..d33259f61 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -157,7 +157,7 @@ struct ast_vm_user { char dialout[80]; char uniqueid[20]; /* Unique integer identifier */ char exit[80]; - int flags; /* VM_ flags */ + unsigned int flags; /* VM_ flags */ int saydurationm; struct ast_vm_user *next; }; -- cgit v1.2.3