Skip to content

Commit

Permalink
new warning from standard pre-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Jul 18, 2023
1 parent 31baed9 commit 9dae0aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions six/modules/c++/cpp_pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
#include <atomic>
#include <future>

#pragma warning(disable: 5105) // macro expansion producing '...' has undefined behavior

#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#define NOMINMAX
#include <windows.h>
Expand Down

0 comments on commit 9dae0aa

Please sign in to comment.