diff --git a/source/dcdt/se/se_dcdt.h b/source/dcdt/se/se_dcdt.h index fda371b677..a6ec42c8ab 100644 --- a/source/dcdt/se/se_dcdt.h +++ b/source/dcdt/se/se_dcdt.h @@ -6,6 +6,8 @@ * Dynamic Constrained Delaunay Triangulaiton */ +#pragma warning(push, 3) + # include "sr_set.h" # include "sr_vec2.h" # include "sr_polygon.h" @@ -490,4 +492,6 @@ private: //================================== End of File ========================================= +#pragma warning(pop) + # endif // SE_DCDT_H