Add {} after empty else block to remove warnings

This commit is contained in:
Sylvain Pion 2008-07-30 09:48:39 +00:00
parent 48c0975cb6
commit 52ad832320
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define CGAL_TEST(b) if (!(b)) { ++cgal_test_res; \
std::cerr<<"ERROR: ("<<__LINE__ <<") test "<<#b<<" failed."<<std::endl; } \
else
else {}
#define CGAL_IO_TEST(datao,datai,iomode) { \
std::stringstream S; \