Skip to content

Commit 410a134

Browse files
committed
[clang][bytecode] Silence unused variable warning
1 parent 15babba commit 410a134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/unittests/AST/ByteCode/Descriptor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ TEST(Descriptor, Primitives) {
403403
ASSERT_FALSE(PF5.isElementPastEnd());
404404

405405
const Pointer &E1 = PF5.atIndex(0);
406+
(void)E1;
406407
ASSERT_TRUE(PF5.isOnePastEnd());
407408
ASSERT_FALSE(PF5.isElementPastEnd());
408409
}

0 commit comments

Comments
 (0)