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
This commit is contained in:
parent
ddcb03c042
commit
bfb6127d57
|
@ -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_dso_handle_t *dso = NULL;
|
||||||
apr_status_t status = SWITCH_STATUS_SUCCESS;
|
apr_status_t status = SWITCH_STATUS_SUCCESS;
|
||||||
apr_dso_handle_sym_t function_handle = NULL;
|
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;
|
const sm_module_interface_t *module_interface, *mp;
|
||||||
|
|
||||||
int loading = 1;
|
int loading = 1;
|
||||||
|
|
Loading…
Reference in New Issue