mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
resolve compiler warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@92556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1059,7 +1059,7 @@ static int ast_feature_interpret(struct ast_channel *chan, struct ast_channel *p
|
|||||||
struct ast_flags features;
|
struct ast_flags features;
|
||||||
int res = FEATURE_RETURN_PASSDIGITS;
|
int res = FEATURE_RETURN_PASSDIGITS;
|
||||||
struct ast_call_feature *feature;
|
struct ast_call_feature *feature;
|
||||||
char *dynamic_features;
|
const char *dynamic_features;
|
||||||
char *tmp, *tok;
|
char *tmp, *tok;
|
||||||
|
|
||||||
if (sense == FEATURE_SENSE_CHAN) {
|
if (sense == FEATURE_SENSE_CHAN) {
|
||||||
|
|||||||
Reference in New Issue
Block a user