From ed0f3b1b8593f6b76fbb64c53a0885073c1c1979 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Fri, 19 Dec 2025 11:12:20 -0800 Subject: Fix many of the warnings that show up when compiling with GCC 15.2 --- arch/mips/il.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/mips/il.cpp') diff --git a/arch/mips/il.cpp b/arch/mips/il.cpp index 5700acbc..1d10d9dd 100644 --- a/arch/mips/il.cpp +++ b/arch/mips/il.cpp @@ -3176,7 +3176,7 @@ bool GetLowLevelILForInstruction(Architecture* arch, uint64_t addr, LowLevelILFu case MIPS_LDC2: case MIPS_LDC3: { - unsigned cop; + unsigned cop = 0; switch (instr.operation) { case MIPS_LDC1: cop = 1; break; -- cgit v1.3.1