]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Fix a compiler warning.
authorBruno Haible <bruno@clisp.org>
Sun, 3 Aug 2025 17:33:22 +0000 (19:33 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 3 Aug 2025 17:33:22 +0000 (19:33 +0200)
* gettext-tools/examples/hello-objc-gnustep/Hello.m (Hello): Remove an unused
variable.

gettext-tools/examples/hello-objc-gnustep/Hello.m

index 56f31f63fcea84ff116cfdb8adbb7cfe86e631b1..cb43f5aa684fa23653200d26601ba67b173a6767 100644 (file)
@@ -43,7 +43,6 @@
 {
   GSVbox *cview;
   GSHbox *buttonbar;
-  int i;
 
   label1 = [NSTextField new];
   [label1 setStringValue: _(@"Hello, world!")];