Skip to content

Commit 2a8d0ee

Browse files
buildkit
1 parent 95e1bd2 commit 2a8d0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/stdlib/StrfromTest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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([[maybe_unused]] 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)