Skip to content

Instantly share code, notes, and snippets.

@coryhymel
Created April 9, 2013 17:21
Show Gist options
  • Save coryhymel/5347568 to your computer and use it in GitHub Desktop.
Save coryhymel/5347568 to your computer and use it in GitHub Desktop.
Suppress warning: “Category is implementing a method which will also be implemented by its primary class”
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"
// do your override
#pragma clang diagnostic pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment