提交 cab15659 authored 作者: Moises Silva's avatar Moises Silva

freetdm: windows unref parameter

上级 1bfcc17e
......@@ -2005,6 +2005,11 @@ FT_DECLARE(ftdm_status_t) _ftdm_channel_call_place(const char *file, const char
} else {
ftdm_log(FTDM_LOG_ERROR, "outgoing_call method not implemented in this span!\n");
}
#ifdef __WINDOWS__
UNREFERENCED_PARAMETER(file);
UNREFERENCED_PARAMETER(func);
UNREFERENCED_PARAMETER(line);
#endif
return FTDM_FAIL;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论