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
|
||||
#define CGAL_NEF_TRACEN(t) if((debugthread%CGAL_NEF_DEBUG)==0) \
|
||||
std::cerr<< " "<<t<<std::endl; \
|
||||
std::cerr.flush()
|
||||
std::cerr<< " "<<t<<std::endl;
|
||||
#else
|
||||
#define CGAL_NEF_TRACEN(t)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue