ARM: Fix some warning
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user