From 8df0fcc0cc42531e20b1dd88529ad3a9bcd4c5f2 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sat, 18 Jul 2026 21:49:06 +0200 Subject: [PATCH] ARM: Fix some warning --- rpcs3/Emu/Cell/SPURecompiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/SPURecompiler.h b/rpcs3/Emu/Cell/SPURecompiler.h index 0bc3546586..cc03c8e9a0 100644 --- a/rpcs3/Emu/Cell/SPURecompiler.h +++ b/rpcs3/Emu/Cell/SPURecompiler.h @@ -683,7 +683,7 @@ public: 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 return gpr_not_nans.test(i);