提交 bfb6127d authored 作者: Anthony Minessale's avatar Anthony Minessale

try it on 10 boxes and you are bound to find one that still complains about the…

try it on 10 boxes and you are bound to find one that still complains about the same code yay for gcc

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3322 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ddcb03c0
......@@ -415,7 +415,7 @@ static switch_status_t sm_load_file(char *filename, sm_loadable_module_t **new_m
apr_dso_handle_t *dso = NULL;
apr_status_t status = SWITCH_STATUS_SUCCESS;
apr_dso_handle_sym_t function_handle = NULL;
spidermonkey_init_t spidermonkey_init;
spidermonkey_init_t spidermonkey_init = NULL;
const sm_module_interface_t *module_interface, *mp;
int loading = 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论