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 --- view/macho/machoview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/macho/machoview.cpp') diff --git a/view/macho/machoview.cpp b/view/macho/machoview.cpp index 3c558963..2ff15f0e 100644 --- a/view/macho/machoview.cpp +++ b/view/macho/machoview.cpp @@ -3484,7 +3484,7 @@ void MachoView::ParseChainedStarts(MachOHeader& header, section_64 chainedStarts } else if (!bind) { - uint64_t entryOffset; + uint64_t entryOffset = 0; switch (pointerFormat) { case DYLD_CHAINED_PTR_ARM64E: -- cgit v1.3.1