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:
Anthony Minessale 2006-11-12 00:42:51 +00:00
parent ddcb03c042
commit bfb6127d57
1 changed files with 1 additions and 1 deletions

View File

@ -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;