Skip to content

Commit

Permalink
resolve unused but set variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TianlongLiang committed Jan 3, 2025
1 parent 0854fcc commit 7061f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/iwasm/interpreter/wasm_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -12164,6 +12164,8 @@ wasm_loader_prepare_bytecode(WASMModule *module, WASMFunction *func,
table_idx);
goto fail;
}
#else
(void)tbl_elem_type;
#endif

#if WASM_ENABLE_FAST_INTERP != 0
Expand Down

0 comments on commit 7061f76

Please sign in to comment.