mirror of https://github.com/CGAL/cgal
Removeing parameter names for unused parameters to avoid warning.
This commit is contained in:
parent
15de38c658
commit
ac0501d06a
|
|
@ -48,7 +48,7 @@ CGAL_BEGIN_NAMESPACE
|
|||
template <class PM, class Writer>
|
||||
void write_pm( const PM& pm,
|
||||
Writer& writer,
|
||||
std::ostream& o)
|
||||
std::ostream&)
|
||||
{
|
||||
|
||||
//typedef Planar_map_2<Dcel,Traits> PM;
|
||||
|
|
|
|||
Loading…
Reference in New Issue