• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
"unused" NSTimer variable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"unused" NSTimer variable


  • Subject: "unused" NSTimer variable
  • From: Chris Garaffa <email@hidden>
  • Date: Fri, 26 Sep 2003 18:24:42 -0400

Hey all,

I'm of the mindset that one should try to get rid of all warnings that show up when compiling a program, which is why I'm asking this. I use an NSTimer in my application, set up like this in an awakeFromNib:

NSTimer *statusTimer = [NSTimer scheduledTimerWithTimeInterval: 5.0 target:self selector:@selector(checkStatus) userInfo:nil repeats:YES];

When I compile, the only warning I get is "unused variable 'statusTimer'." However, my timer works just fine, no problems at all. Is there something I should/could do to get rid of the warning, or is it harmless?

Thanks

--
Chris Garaffa
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: "unused" NSTimer variable
      • From: Nick Zitzmann <email@hidden>
    • Re: "unused" NSTimer variable
      • From: "Alastair J.Houghton" <email@hidden>
    • Re: "unused" NSTimer variable
      • From: Matt Budd <email@hidden>
    • Re: "unused" NSTimer variable
      • From: Clark Cox <email@hidden>
  • Prev by Date: Re: copyWithZone error
  • Next by Date: Re: "unused" NSTimer variable
  • Previous by thread: Re: The Toolbar Widget
  • Next by thread: Re: "unused" NSTimer variable
  • Index(es):
    • Date
    • Thread