mirror of https://github.com/CGAL/cgal
disable warning/errors in the testsuite
it seems there are information but not errors
This commit is contained in:
parent
f130cfe92c
commit
4b5fabac12
|
|
@ -30,7 +30,9 @@
|
||||||
#include <CGAL/export/CORE.h>
|
#include <CGAL/export/CORE.h>
|
||||||
|
|
||||||
#ifdef CGAL_TEST_SUITE
|
#ifdef CGAL_TEST_SUITE
|
||||||
#define CGAL_CORE_warning_msg(X ,Y) CGAL_error_msg(Y)
|
// disabled for the testsuite to avoid `w`
|
||||||
|
#define CGAL_CORE_warning_msg(X ,Y)
|
||||||
|
// if (!(X)) CGAL_error_msg(Y)
|
||||||
#else
|
#else
|
||||||
#define CGAL_CORE_warning_msg(X ,Y) CGAL_warning_msg(X ,Y)
|
#define CGAL_CORE_warning_msg(X ,Y) CGAL_warning_msg(X ,Y)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue