ARM: Fix some warning

This commit is contained in:
Megamouse
2026-07-18 21:49:06 +02:00
parent a7d90852dd
commit 8df0fcc0cc
+1 -1
View File
@@ -683,7 +683,7 @@ public:
return true; return true;
} }
bool is_gpr_not_NaN_hint(u32 i) const noexcept bool is_gpr_not_NaN_hint([[maybe_unused]] u32 i) const noexcept
{ {
#ifdef ARCH_X64 #ifdef ARCH_X64
return gpr_not_nans.test(i); return gpr_not_nans.test(i);