From c3f2a90f2f8253b1869bcdb260fda0f4d1403789 Mon Sep 17 00:00:00 2001 From: Krzysztof Piaskowy Date: Wed, 13 Nov 2024 14:20:25 +0100 Subject: [PATCH] test windows v12 --- lib/BCGen/HBC/BytecodeStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BCGen/HBC/BytecodeStream.cpp b/lib/BCGen/HBC/BytecodeStream.cpp index 0950011d331..d5d58c7fcba 100644 --- a/lib/BCGen/HBC/BytecodeStream.cpp +++ b/lib/BCGen/HBC/BytecodeStream.cpp @@ -21,7 +21,7 @@ namespace { class BytecodeSerializer { friend void visitBytecodeSegmentsInOrder( - BytecodeSerializer &); + BytecodeSerializer &) {} /// Output Stream llvh::raw_ostream &os_;