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
No related branches found
No related tags found
No related merge requests found
......@@ -425,7 +425,7 @@ static int tds_load_module(void)
int res = 0;
struct ast_config *cfg;
struct ast_variable *var;
char *ptr = NULL;
const char *ptr = NULL;
#ifdef FREETDS_PRE_0_62
TDS_INT result_type;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment