prevent warning with g++ for VC++ specific workaround

This commit is contained in:
Sylvain Pion 2007-12-23 15:25:35 +00:00
parent 0e911bf693
commit a3851c8bf0
1 changed files with 2 additions and 0 deletions

View File

@ -60,8 +60,10 @@ double minimin = init_min_double();
}
#endif
#ifdef _MSCVER
namespace {
int dummy_symbol_for_stopping_VC_linker_warning;
} // namespace
#endif
CGAL_END_NAMESPACE