Skip to content

Instantly share code, notes, and snippets.

@jlamarche
Created April 8, 2013 18:41
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlamarche/5339329 to your computer and use it in GitHub Desktop.
Save jlamarche/5339329 to your computer and use it in GitHub Desktop.
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wmismatched-method-attributes"
- (IBAction)selectAll:(id)sender
{
// do stuff
}
#pragma clang diagnostic pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment