Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch'

This commit is contained in:
Sébastien Loriot 2025-09-09 19:55:42 +02:00
commit 6bf6331967
1 changed files with 3 additions and 5 deletions

View File

@ -29,12 +29,10 @@
#include <CGAL/export/CORE.h> #include <CGAL/export/CORE.h>
#ifdef CGAL_TEST_SUITE #ifdef CGAL_CORE_DEBUG
// disabled for the testsuite to avoid `w`
#define CGAL_CORE_warning_msg(X ,Y)
// if (!(X)) CGAL_error_msg(Y)
#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)
#else
#define CGAL_CORE_warning_msg(X ,Y)
#endif #endif