summaryrefslogtreecommitdiff
path: root/src/ir/possible-contents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/possible-contents.cpp')
-rw-r--r--src/ir/possible-contents.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir/possible-contents.cpp b/src/ir/possible-contents.cpp
index d10f2b4ac..8b95490b6 100644
--- a/src/ir/possible-contents.cpp
+++ b/src/ir/possible-contents.cpp
@@ -1327,6 +1327,7 @@ void Flower::flowAfterUpdate(LocationIndex locationIndex) {
// parent, and we need to do some special handling because of that child-
// parent connection.
auto* child = exprLoc->expr;
+ WASM_UNUSED(child);
auto parentIndex = iter->second;
auto* parent = std::get<ExpressionLocation>(getLocation(parentIndex)).expr;