Disable clang warning on win32

pull/5503/head
Kim Kulling 2024-04-24 08:23:20 +02:00 committed by GitHub
parent 9f82134a88
commit 208d05cb5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#if defined(_WIN32)
# pragma warning( disable: 4273)
# pragma warning( disable: 4251)
#endif
namespace p2t {