Skip to content

Instantly share code, notes, and snippets.

@royratcliffe
Created June 21, 2012 17:02
Show Gist options
  • Save royratcliffe/2967021 to your computer and use it in GitHub Desktop.
Save royratcliffe/2967021 to your computer and use it in GitHub Desktop.
Ignore the "ARC performSelector leaks" warning
// Semantic issue: performSelector may cause a leak because its selector is
// unknown! Ignore this "ARC performSelector leaks" warning.
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Warc-performSelector-leaks"
// arc-performSelector-leaks ignored
#pragma clang diagnostic pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment