Suppress two warnings from MSVC 2015 that are triggered under /W4. Since we...
Suppress two warnings from MSVC 2015 that are triggered under /W4. Since we turn off exceptions in the code base, C4577 is moot. C4091 triggers on system headers and is a benign construct. llvm-svn: 242708
Loading
Please register or sign in to comment