mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch'
This commit is contained in:
commit
6bf6331967
|
|
@ -29,12 +29,10 @@
|
|||
|
||||
#include <CGAL/export/CORE.h>
|
||||
|
||||
#ifdef CGAL_TEST_SUITE
|
||||
// disabled for the testsuite to avoid `w`
|
||||
#define CGAL_CORE_warning_msg(X ,Y)
|
||||
// if (!(X)) CGAL_error_msg(Y)
|
||||
#else
|
||||
#ifdef CGAL_CORE_DEBUG
|
||||
#define CGAL_CORE_warning_msg(X ,Y) CGAL_warning_msg(X ,Y)
|
||||
#else
|
||||
#define CGAL_CORE_warning_msg(X ,Y)
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue