Skip to content

Instantly share code, notes, and snippets.

@sey
Created October 23, 2012 10:22
Show Gist options
  • Save sey/3938049 to your computer and use it in GitHub Desktop.
Save sey/3938049 to your computer and use it in GitHub Desktop.
Remove a warning with clang
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
// the line producing the warning
#pragma clang diagnostic pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment