Skip to content

Instantly share code, notes, and snippets.

@lniwn
Created March 30, 2016 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lniwn/3cd70bd2b17ea16153c2b85bc4e327a6 to your computer and use it in GitHub Desktop.
Save lniwn/3cd70bd2b17ea16153c2b85bc4e327a6 to your computer and use it in GitHub Desktop.
屏蔽第三方库的编译警告
#pragma warning(push, 0)
#include ....
#pragma warning(pop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment