Skip to content

Commit a2cd02a

Browse files
unused
1 parent 3a2968d commit a2cd02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/test/src/stdlib/StrfromTest.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class StrfromTest : public LIBC_NAMESPACE::testing::Test {
357357
ASSERT_STREQ_LEN(written, buff, "1.0e+01");
358358
}
359359

360-
void floatDecimalExpLongDoublePrec(FunctionT func) {
360+
void floatDecimalExpLongDoublePrec(FunctionT /*func*/) {
361361
// Mark as maybe_unused to silence unused variable
362362
// warning when long double is not 80-bit
363363
[[maybe_unused]] char buff[100];
@@ -422,7 +422,7 @@ class StrfromTest : public LIBC_NAMESPACE::testing::Test {
422422
ASSERT_STREQ_LEN(written, buff, "1.2340000000000000814e-10");
423423
}
424424

425-
void floatDecimalAutoLongDoublePrec(FunctionT func) {
425+
void floatDecimalAutoLongDoublePrec(FunctionT /*func*/) {
426426
// Mark as maybe_unused to silence unused variable
427427
// warning when long double is not 80-bit
428428
[[maybe_unused]] char buff[100];

0 commit comments

Comments
 (0)