Skip to content

Commit 95e1bd2

Browse files
fix buildkit
1 parent d895d96 commit 95e1bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/test/src/math/exhaustive/hypotf16_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct Hypotf16Checker : public virtual LIBC_NAMESPACE::testing::Test {
2020
using FPBits = LIBC_NAMESPACE::fputil::FPBits<float16>;
2121
using StorageType = typename FPBits::StorageType;
2222

23-
uint64_t check(uint16_t x_start, uint16_t x_stop, uint16_t y_start,
23+
uint64_t check(uint16_t x_start, uint16_t x_stop, uint16_t /*y_start*/,
2424
uint16_t y_stop, mpfr::RoundingMode rounding) {
2525
mpfr::ForceRoundingMode r(rounding);
2626
if (!r.success)

libc/test/src/stdlib/StrfromTest.h

Lines changed: 1 addition & 1 deletion
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([[maybe_unused]] 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];

0 commit comments

Comments
 (0)