Solved a build error on MinGW C++ Compiler in Windows when building with CMake

This part was causing unnecessary errors when using the MinGW C++ Compiler on Windows.
pull/5724/head
Fatih AKTAŞ 2024-08-18 15:10:22 +03:00 committed by GitHub
parent e4148f12e2
commit e6323e44de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@
#include <vector>
#if defined(_WIN32)
# pragma warning( disable: 4251)
#endif
namespace p2t {
struct Edge;