From db6d7901fcc043d72c9957d4ebf101b6457b2623 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 30 Jun 2022 12:37:32 -0700 Subject: Fix no-asserts compile warning (#4764) --- src/ir/possible-contents.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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(getLocation(parentIndex)).expr; -- cgit v1.2.3