mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Resolve some pointer signedness compiler warnings in app_osplookup, and
constify a bunch of usage strings for CLI commands. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6938,11 +6938,11 @@ static int vmauthenticate(struct ast_channel *chan, void *data)
|
||||
return res;
|
||||
}
|
||||
|
||||
static char voicemail_show_users_help[] =
|
||||
static const char voicemail_show_users_help[] =
|
||||
"Usage: voicemail show users [for <context>]\n"
|
||||
" Lists all mailboxes currently set up\n";
|
||||
|
||||
static char voicemail_show_zones_help[] =
|
||||
static const char voicemail_show_zones_help[] =
|
||||
"Usage: voicemail show zones\n"
|
||||
" Lists zone message formats\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user