Created
March 30, 2016 05:03
-
-
Save lniwn/3cd70bd2b17ea16153c2b85bc4e327a6 to your computer and use it in GitHub Desktop.
屏蔽第三方库的编译警告
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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