Magical eightball says warnings be gone.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2006-09-20 21:03:37 +00:00
parent d70fe791c2
commit e8b820e743
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ static int process_my_load_module(struct ast_config *cfg)
{
struct ast_variable *var;
char *pgerror;
char *tmp;
const char *tmp;
if (!(var = ast_variable_browse(cfg, "global")))
return 0;

View File

@@ -628,7 +628,7 @@ static int reload(void)
static int parse_config(void)
{
struct ast_config *config;
char *s;
const char *s;
config = ast_config_load(RES_CONFIG_PGSQL_CONF);