Skip to content

Instantly share code, notes, and snippets.

@kkaefer
Created December 13, 2013 16:44
Show Gist options
  • Save kkaefer/7947195 to your computer and use it in GitHub Desktop.
Save kkaefer/7947195 to your computer and use it in GitHub Desktop.
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-parameter"
#endif
// do stuff with unused parameters
#ifdef __clang__
#pragma clang diagnostic pop
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment