mirror of https://github.com/CGAL/cgal
Hide warning messages that are too verbose (#9054)
Note that prior to 6.0 all those messages were written into a debug file.
This commit is contained in:
commit
616b2828b2
|
|
@ -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