Skip to content
Snippets Groups Projects
Commit cb268c02 authored by Russell Bryant's avatar Russell Bryant
Browse files

resolve compiler warnings from constification

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43370 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e8b820e7
Branches
Tags
No related merge requests found
...@@ -425,7 +425,7 @@ static int tds_load_module(void) ...@@ -425,7 +425,7 @@ static int tds_load_module(void)
int res = 0; int res = 0;
struct ast_config *cfg; struct ast_config *cfg;
struct ast_variable *var; struct ast_variable *var;
char *ptr = NULL; const char *ptr = NULL;
#ifdef FREETDS_PRE_0_62 #ifdef FREETDS_PRE_0_62
TDS_INT result_type; TDS_INT result_type;
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment