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
parent
e4148f12e2
commit
e6323e44de
|
@ -39,9 +39,6 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
||||||
#if defined(_WIN32)
|
|
||||||
# pragma warning( disable: 4251)
|
|
||||||
#endif
|
|
||||||
namespace p2t {
|
namespace p2t {
|
||||||
|
|
||||||
struct Edge;
|
struct Edge;
|
||||||
|
|
Loading…
Reference in New Issue