mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
Resolve a warning from gcc 4.4.1.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@227463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -38,8 +38,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/channel.h" /* AST_MAX_EXTENSION */
|
||||
#include "asterisk/callerid.h"
|
||||
|
||||
static char *config = "extensions.conf";
|
||||
static char *registrar = "pbx_config";
|
||||
static const char config[] = "extensions.conf";
|
||||
static const char registrar[] = "pbx_config";
|
||||
static char userscontext[AST_MAX_EXTENSION] = "default";
|
||||
|
||||
static int static_config = 0;
|
||||
|
Reference in New Issue
Block a user