removed harmless warnings
This commit is contained in:
parent
9f8497013f
commit
355edd042e
|
@ -227,7 +227,7 @@ public:
|
|||
|
||||
|
||||
// Final Clean up after the end of the simplification process
|
||||
static void Finalize(TriMeshType &m,HeapType&h_ret)
|
||||
static void Finalize(TriMeshType &m, HeapType& /*h_ret*/)
|
||||
{
|
||||
// if the mesh was prepared with precomputed borderflags
|
||||
// correctly set them again.
|
||||
|
|
|
@ -52,7 +52,7 @@ namespace vcg {
|
|||
void ReorderFace( std::vector<size_t> & /*newVertIndex*/, std::vector<face_type> & /*vert*/)
|
||||
{}
|
||||
template <class vertex_type>
|
||||
void ReorderVert( std::vector<size_t> &newVertIndex, std::vector<vertex_type> &vert)
|
||||
void ReorderVert( std::vector<size_t> &/*newVertIndex*/, std::vector<vertex_type> &/*vert*/)
|
||||
{}
|
||||
|
||||
template <class MeshType, class ATTR_CONT>
|
||||
|
|
Loading…
Reference in New Issue