Skip to content
Snippets Groups Projects
Commit e8b820e7 authored by Joshua Colp's avatar Joshua Colp
Browse files

Magical eightball says warnings be gone.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d70fe791
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ static int process_my_load_module(struct ast_config *cfg) ...@@ -202,7 +202,7 @@ static int process_my_load_module(struct ast_config *cfg)
{ {
struct ast_variable *var; struct ast_variable *var;
char *pgerror; char *pgerror;
char *tmp; const char *tmp;
if (!(var = ast_variable_browse(cfg, "global"))) if (!(var = ast_variable_browse(cfg, "global")))
return 0; return 0;
......
...@@ -628,7 +628,7 @@ static int reload(void) ...@@ -628,7 +628,7 @@ static int reload(void)
static int parse_config(void) static int parse_config(void)
{ {
struct ast_config *config; struct ast_config *config;
char *s; const char *s;
config = ast_config_load(RES_CONFIG_PGSQL_CONF); config = ast_config_load(RES_CONFIG_PGSQL_CONF);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment