remove harmless warnings

This commit is contained in:
Paolo Cignoni 2008-07-02 13:31:00 +00:00
parent 9135ed578c
commit 9ca56690ae
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ template <class SaveMeshType>
class ExporterSTL class ExporterSTL
{ {
public: 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); return Save(m,filename,true);
} }