We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef115ee commit 555a99fCopy full SHA for 555a99f
libc/test/UnitTest/LibcTest.h
@@ -81,7 +81,7 @@ struct Message {
81
// A trivial object to catch the Message, this enables custom logging and
82
// returning from the test function, see LIBC_TEST_SCAFFOLDING_ below.
83
struct Failure {
84
- void operator=(Message msg) {}
+ void operator=(Message /*msg*/) {}
85
};
86
87
struct RunContext {
0 commit comments