remove warnings

This commit is contained in:
Sébastien Loriot 2012-07-05 14:56:50 +00:00
parent 0dc8526f64
commit 4cacb97039
4 changed files with 5 additions and 5 deletions

View File

@ -132,7 +132,7 @@ public:
Index_property_map(
Iter first, ///< iterator over the first element (index 0)
Iter beyond) ///< past-the-end iterator over the elements
Iter /*beyond*/) ///< past-the-end iterator over the elements
: m_first(first)
{
CGAL_TRACE(" Index_property_map: optimized version for a random access container\n");

View File

@ -135,7 +135,7 @@ jet_estimate_normals(
PointPMap point_pmap, ///< property map InputIterator -> Point_3.
NormalPMap normal_pmap, ///< property map InputIterator -> Vector_3.
unsigned int k, ///< number of neighbors.
const Kernel& kernel, ///< geometric traits.
const Kernel& /*kernel*/, ///< geometric traits.
unsigned int degree_fitting = 2)
{
CGAL_TRACE("Calls jet_estimate_normals()\n");

View File

@ -208,7 +208,7 @@ mst_find_source(
ForwardIterator beyond, ///< past-the-end iterator over the input points.
PointPMap point_pmap, ///< property map ForwardIterator -> Point_3
NormalPMap normal_pmap, ///< property map ForwardIterator -> Vector_3
const Kernel& kernel) ///< geometric traits.
const Kernel& /*kernel*/) ///< geometric traits.
{
CGAL_TRACE(" mst_find_source()\n");
@ -271,7 +271,7 @@ create_riemannian_graph(
NormalPMap normal_pmap, ///< property map ForwardIterator -> Vector_3
IndexPMap index_pmap, ///< property map ForwardIterator -> index
unsigned int k, ///< number of neighbors
const Kernel& kernel) ///< geometric traits.
const Kernel& /*kernel*/) ///< geometric traits.
{
// Input points types
typedef typename boost::property_traits<PointPMap>::value_type Point;

View File

@ -130,7 +130,7 @@ pca_estimate_normals(
PointPMap point_pmap, ///< property map InputIterator -> Point_3.
NormalPMap normal_pmap, ///< property map InputIterator -> Vector_3.
unsigned int k, ///< number of neighbors.
const Kernel& kernel) ///< geometric traits.
const Kernel& /*kernel*/) ///< geometric traits.
{
CGAL_TRACE("Calls pca_estimate_normals()\n");