mirror of https://github.com/CGAL/cgal
Add {} after empty else block to remove warnings
This commit is contained in:
parent
48c0975cb6
commit
52ad832320
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
#define CGAL_TEST(b) if (!(b)) { ++cgal_test_res; \
|
#define CGAL_TEST(b) if (!(b)) { ++cgal_test_res; \
|
||||||
std::cerr<<"ERROR: ("<<__LINE__ <<") test "<<#b<<" failed."<<std::endl; } \
|
std::cerr<<"ERROR: ("<<__LINE__ <<") test "<<#b<<" failed."<<std::endl; } \
|
||||||
else
|
else {}
|
||||||
|
|
||||||
#define CGAL_IO_TEST(datao,datai,iomode) { \
|
#define CGAL_IO_TEST(datao,datai,iomode) { \
|
||||||
std::stringstream S; \
|
std::stringstream S; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue