Skip to content

Instantly share code, notes, and snippets.

@newmarcel
Created October 18, 2012 10:32
Show Gist options
  • Save newmarcel/3910916 to your computer and use it in GitHub Desktop.
Save newmarcel/3910916 to your computer and use it in GitHub Desktop.
Deprecation warning suppression macro
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#pragma clang diagnostic pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment