Accept #pragma warning(push, 0) without warning
This partially addresses PR17435, but it doesn't actually implement the pragma. If we implement it, we should map levels 1-4 to something like -Wall and level 0 to something like -w. llvm-svn: 191833
Loading
Please register or sign in to comment