summaryrefslogtreecommitdiff
path: root/src/wasm-interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-interpreter.h')
-rw-r--r--src/wasm-interpreter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h
index 9599d81cd..06fee0317 100644
--- a/src/wasm-interpreter.h
+++ b/src/wasm-interpreter.h
@@ -3516,6 +3516,7 @@ public:
auto heapType = curr->type.getHeapType();
const auto& element = heapType.getArray().element;
auto elemType = heapType.getArray().element.type;
+ WASM_UNUSED(elemType);
Literals contents;
contents.reserve(size);