mirror of https://github.com/CGAL/cgal
prevent warning with g++ for VC++ specific workaround
This commit is contained in:
parent
0e911bf693
commit
a3851c8bf0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue