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 95e1bd2 commit 2a8d0eeCopy full SHA for 2a8d0ee
libc/test/src/stdlib/StrfromTest.h
@@ -422,7 +422,7 @@ class StrfromTest : public LIBC_NAMESPACE::testing::Test {
422
ASSERT_STREQ_LEN(written, buff, "1.2340000000000000814e-10");
423
}
424
425
- void floatDecimalAutoLongDoublePrec(FunctionT /*func*/) {
+ void floatDecimalAutoLongDoublePrec([[maybe_unused]] FunctionT func) {
426
// Mark as maybe_unused to silence unused variable
427
// warning when long double is not 80-bit
428
[[maybe_unused]] char buff[100];
0 commit comments