Skip to content

Commit 555a99f

Browse files
unused
1 parent ef115ee commit 555a99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/UnitTest/LibcTest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct Message {
8181
// A trivial object to catch the Message, this enables custom logging and
8282
// returning from the test function, see LIBC_TEST_SCAFFOLDING_ below.
8383
struct Failure {
84-
void operator=(Message msg) {}
84+
void operator=(Message /*msg*/) {}
8585
};
8686

8787
struct RunContext {

0 commit comments

Comments
 (0)