From: Bruno Haible Date: Sun, 3 Aug 2025 17:33:22 +0000 (+0200) Subject: examples: Fix a compiler warning. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cad29a148e0521645dd3b5612683d5aa5d893c00;p=thirdparty%2Fgettext.git examples: Fix a compiler warning. * gettext-tools/examples/hello-objc-gnustep/Hello.m (Hello): Remove an unused variable. --- 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!")];