Skip to content

Instantly share code, notes, and snippets.

@jlamarche
Created April 8, 2013 18:41
Show Gist options
  • Select an option

  • Save jlamarche/5339329 to your computer and use it in GitHub Desktop.

Select an option

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