diff options
Diffstat (limited to 'src/wasm/wasm-ir-builder.cpp')
-rw-r--r-- | src/wasm/wasm-ir-builder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm-ir-builder.cpp b/src/wasm/wasm-ir-builder.cpp index 398db68ff..0d46156be 100644 --- a/src/wasm/wasm-ir-builder.cpp +++ b/src/wasm/wasm-ir-builder.cpp @@ -366,7 +366,7 @@ struct IRBuilder::ChildPopper ChildPopper(IRBuilder& builder) : builder(builder) {} private: - [[nodiscard]] Result<> popConstrainedChildren(std::vector<Child>& children) { + Result<> popConstrainedChildren(std::vector<Child>& children) { auto& scope = builder.getScope(); // Two-part indices into the stack of available expressions and the vector |