remove harmless warnings
This commit is contained in:
parent
9135ed578c
commit
9ca56690ae
|
@ -72,7 +72,7 @@ template <class SaveMeshType>
|
|||
class ExporterSTL
|
||||
{
|
||||
public:
|
||||
static int Save(SaveMeshType &m, const char * filename, const int &mask, CallBackPos *cb=0)
|
||||
static int Save(SaveMeshType &m, const char * filename, const int &/*mask*/, CallBackPos *)
|
||||
{
|
||||
return Save(m,filename,true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue