diff --git a/src/csg_cgal_helper.hpp b/src/csg_cgal_helper.hpp index 3eb6463a5f8c206349cba8be9371c4b65d49c31b..2a23e176a0daa6fa1e5569b7f0ba48eeed37b4c0 100644 --- a/src/csg_cgal_helper.hpp +++ b/src/csg_cgal_helper.hpp @@ -1,10 +1,15 @@ #ifndef CGAL_HELPER_H_ #define CGAL_HELPER_H_ +#pragma GCC diagnostic ignored "-Wpedantic" +#pragma warning (disable : 4083 ) +#pragma warning (disable : 4244 ) #include #include #include #include +#pragma GCC diagnostic pop +#pragma warning default namespace cgal_helper {