File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ];
You can’t perform that action at this time.
0 commit comments