Skip to content

Commit

Permalink
Fix warnings with 15.8 preview
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jun 27, 2018
1 parent 0e346a6 commit cc46fd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UVAtlas/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
#pragma warning(disable : 5029)
// 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

#pragma warning(push)
#pragma warning(disable : 4005)
#define WIN32_LEAN_AND_MEAN
Expand Down

0 comments on commit cc46fd2

Please sign in to comment.