Created
April 9, 2013 17:21
-
-
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”
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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