Created
September 11, 2014 02:25
-
-
Save looping/5509826b01733ad581e9 to your computer and use it in GitHub Desktop.
clang diagnostic ignored
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
// http://nshipster.com/clang-diagnostics/ | |
#pragma clang diagnostic push | |
#pragma clang diagnostic ignored "-Wundeclared-selector" | |
// code here ... | |
#pragma clang diagnostic pop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment