提交 e56cbeef authored 作者: Jeff Lenk's avatar Jeff Lenk

fix trivial comiler warning for last commit

上级 bd471fc6
......@@ -337,7 +337,7 @@ SWITCH_DECLARE(switch_status_t) switch_xml_config_parse_event(switch_event_t *ev
int32_t *dest = (int32_t *) ptr;
int index = (int) (intptr_t) item->data;
int8_t currentval = (int8_t) ! !(*dest & index);
int8_t newval = 0;
int newval = 0;
if (value) {
newval = switch_true(value);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论