Skip to content

Commit

Permalink
[Windows] suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Sep 20, 2021
1 parent 495d4fd commit 903dcbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Siv3D/include/Siv3D/detail/FormatLiteral_impl.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
# endif
SIV3D_DISABLE_MSVC_WARNINGS_PUSH(4389)
SIV3D_DISABLE_MSVC_WARNINGS_PUSH(4459)
SIV3D_DISABLE_MSVC_WARNINGS_PUSH(6285)
SIV3D_DISABLE_MSVC_WARNINGS_PUSH(6385)
SIV3D_DISABLE_MSVC_WARNINGS_PUSH(26495)
SIV3D_DISABLE_MSVC_WARNINGS_PUSH(26498)
# include <ThirdParty/fmt/format.h>
Expand All @@ -29,6 +31,8 @@ SIV3D_DISABLE_MSVC_WARNINGS_POP()
SIV3D_DISABLE_MSVC_WARNINGS_POP()
SIV3D_DISABLE_MSVC_WARNINGS_POP()
SIV3D_DISABLE_MSVC_WARNINGS_POP()
SIV3D_DISABLE_MSVC_WARNINGS_POP()
SIV3D_DISABLE_MSVC_WARNINGS_POP()
# ifdef __clang__
# pragma clang diagnostic pop
# endif
Expand Down

0 comments on commit 903dcbf

Please sign in to comment.