suppress warnings introduced by putting states in an enum

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-08-19 03:50:15 +00:00
parent 81fa4bcf40
commit a583f314dc

View File

@@ -1564,6 +1564,8 @@ int ast_answer(struct ast_channel *chan)
case AST_STATE_UP:
ast_cdr_answer(chan->cdr);
break;
default:
break;
}
ast_channel_unlock(chan);
return res;