mirror of https://github.com/CGAL/cgal
Mute warning about using CDT_2+ in CDT_2 test
This commit is contained in:
parent
e919441cf6
commit
7aa94df489
|
|
@ -22,6 +22,9 @@
|
|||
|
||||
#include <CGAL/internal/disable_deprecation_warnings_and_errors.h>
|
||||
|
||||
// Don't want to be warned about using CDT_2 (and not CDT_2+) with an exact number type
|
||||
#define CGAL_NO_CDT_2_WARNING
|
||||
|
||||
#include <CGAL/_test_types.h>
|
||||
|
||||
#include <CGAL/Constrained_triangulation_2.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue