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/armv7/il.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/armv7/il.cpp') diff --git a/arch/armv7/il.cpp b/arch/armv7/il.cpp index 0d79bcf6..5e2ee010 100644 --- a/arch/armv7/il.cpp +++ b/arch/armv7/il.cpp @@ -906,7 +906,7 @@ bool GetLowLevelILForArmInstruction(Architecture* arch, uint64_t addr, LowLevelI } if (op1.flags.wb) { - ExprId wb; + ExprId wb = BN_INVALID_OPERAND; switch (instr.operation) { case ARMV7_LDM: -- cgit v1.3.1