Fix warnings about unused parameters

This commit is contained in:
Laurent Rineau 2017-07-05 10:34:23 +02:00
parent d878561809
commit b0e8672d4c
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ public:
* nothing.
* \param p the point which coordinates are to be normalized
*/
void operator()(Point_2 & p) {}
void operator()(Point_2 &) {}
};
#if defined(CGAL_USE_LEDA)
@ -355,7 +355,7 @@ public:
/*! Copy Constructor */
Arr_spherical_gaussian_map_3
(const Arr_spherical_gaussian_map_3 & gaussian_map)
(const Arr_spherical_gaussian_map_3 &)
{
// Not implemented yet!
CGAL_error();