mirror of https://github.com/CGAL/cgal
Merge pull request #5031 from lrineau/Nef_2-fix_CGAL_NEF_TRACEN_warning-GF
Nef_2: Fix a warning in an debug code
This commit is contained in:
commit
d877651637
|
|
@ -59,8 +59,7 @@
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
#define CGAL_NEF_TRACEN(t) if((debugthread%CGAL_NEF_DEBUG)==0) \
|
#define CGAL_NEF_TRACEN(t) if((debugthread%CGAL_NEF_DEBUG)==0) \
|
||||||
std::cerr<< " "<<t<<std::endl; \
|
std::cerr<< " "<<t<<std::endl;
|
||||||
std::cerr.flush()
|
|
||||||
#else
|
#else
|
||||||
#define CGAL_NEF_TRACEN(t)
|
#define CGAL_NEF_TRACEN(t)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue