diff options
Diffstat (limited to 'src/tools/binaryen-shell.cpp')
-rw-r--r-- | src/tools/binaryen-shell.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/binaryen-shell.cpp b/src/tools/binaryen-shell.cpp index 96f506934..ebc0138ee 100644 --- a/src/tools/binaryen-shell.cpp +++ b/src/tools/binaryen-shell.cpp @@ -131,6 +131,7 @@ static void run_asserts(size_t* i, bool* checked, Module* wasm, // an invoke test assert(wasm); bool trapped = false; + WASM_UNUSED(trapped); Literal result; try { Invocation invocation(*curr[1], instance.get(), *builder->get()); |