diff options
Diffstat (limited to 'src/ir/possible-contents.cpp')
-rw-r--r-- | src/ir/possible-contents.cpp | 1 |
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; |