*remove warnings.

In particular remove UNTESTED_XXXXXXXXXXX unused variable that possibly hide true warnings. 
In those cases, the string printed while executed now starts with "NOTE: ".
*CGAL internal code no longer rely on depecrated features
This commit is contained in:
Sébastien Loriot
2011-02-28 15:28:28 +00:00
parent 2889b6ad28
commit e5a96255ba
36 changed files with 59 additions and 67 deletions
@@ -994,7 +994,7 @@ namespace CartesianKernelFunctors {
{ return c.rep().squared_radius(); }
result_type
operator()( const Point_2& p) const
operator()( const Point_2& /*p*/) const
{ return FT(0); }
result_type
@@ -1041,7 +1041,7 @@ namespace CartesianKernelFunctors {
{ return c.rep().squared_radius(); }
result_type
operator()( const Point_3& p) const
operator()( const Point_3& /*p*/) const
{ return FT(0); }
result_type