Commit 593e8c7
fix: Remove unused variables in SIMD_v128_const case (bytecodealliance#4197)
Fix compiler warnings about unused variables `high` and `low` in the `SIMD_v128_const` case. These variables are only needed inside the `WASM_ENABLE_FAST_INTERP != 0` conditional block, but were incorrectly declared outside of it, causing unused variable warnings.
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>1 parent 0b78af3 commit 593e8c7
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15624 | 15624 | | |
15625 | 15625 | | |
15626 | 15626 | | |
| 15627 | + | |
15627 | 15628 | | |
| 15629 | + | |
15628 | 15630 | | |
15629 | 15631 | | |
15630 | 15632 | | |
| |||
0 commit comments