From cad29a148e0521645dd3b5612683d5aa5d893c00 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 3 Aug 2025 19:33:22 +0200 Subject: [PATCH] examples: Fix a compiler warning. * gettext-tools/examples/hello-objc-gnustep/Hello.m (Hello): Remove an unused variable. --- gettext-tools/examples/hello-objc-gnustep/Hello.m | 1 - 1 file changed, 1 deletion(-) diff --git a/gettext-tools/examples/hello-objc-gnustep/Hello.m b/gettext-tools/examples/hello-objc-gnustep/Hello.m index 56f31f63f..cb43f5aa6 100644 --- a/gettext-tools/examples/hello-objc-gnustep/Hello.m +++ b/gettext-tools/examples/hello-objc-gnustep/Hello.m @@ -43,7 +43,6 @@ { GSVbox *cview; GSHbox *buttonbar; - int i; label1 = [NSTextField new]; [label1 setStringValue: _(@"Hello, world!")];