Fix warnings with 15.8 preview

This commit is contained in:
Chuck Walbourn 2018-06-27 13:10:19 -07:00
parent 7d838aa46a
commit adbeb05459

View File

@ -42,6 +42,10 @@
// C4986 exception specification does not match previous declaration
// C5029 nonstandard extension used
// Xbox One XDK related Off by default warnings
#pragma warning(disable : 4643)
// C4643 Forward declaring in namespace std is not permitted by the C++ Standard
#ifdef __INTEL_COMPILER
#pragma warning(disable : 161)
// warning #161: unrecognized #pragma