Skip to content

Commit

Permalink
Disable MSVC warning 4251.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Zaytsev committed Sep 4, 2024
1 parent f37fbc8 commit c5bb1a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added core/render2d/src/.render_item_aux.cpp.swo
Binary file not shown.
1 change: 1 addition & 0 deletions core/render2d/src/render_item_aux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4996)
#pragma warning(disable : 4251)
#endif

using namespace indigo;
Expand Down

0 comments on commit c5bb1a4

Please sign in to comment.