Skip to content

Instantly share code, notes, and snippets.

@looping
Created September 11, 2014 02:25
Show Gist options
  • Save looping/5509826b01733ad581e9 to your computer and use it in GitHub Desktop.
Save looping/5509826b01733ad581e9 to your computer and use it in GitHub Desktop.
clang diagnostic ignored
// 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