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 --- objectivec/objc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objectivec/objc.cpp') diff --git a/objectivec/objc.cpp b/objectivec/objc.cpp index 170cd78a..2a9a9439 100644 --- a/objectivec/objc.cpp +++ b/objectivec/objc.cpp @@ -218,7 +218,7 @@ std::vector ObjCProcessor::ParseEncodedType(const std::stri std::string namedType; int readingStructDepth = 0; std::string structType; - char last; + char last = 0; for (char c : encodedType) { -- cgit v1.3.1