Fix compile warnings on windows platform (#2208)

This commit is contained in:
Wenyong Huang
2023-05-15 13:48:48 +08:00
committed by GitHub
parent 0899638ece
commit 1e5f206464
7 changed files with 9 additions and 10 deletions

View File

@ -561,7 +561,6 @@ pthread_create_wrapper(wasm_exec_env_t exec_env,
#if WASM_ENABLE_LIBC_WASI != 0
WASIContext *wasi_ctx;
#endif
CApiFuncImport **new_c_api_func_imports = NULL;
bh_assert(module);
bh_assert(module_inst);