diff --git a/wrap/io_trimesh/export_stl.h b/wrap/io_trimesh/export_stl.h index a4aa0488..71d58069 100644 --- a/wrap/io_trimesh/export_stl.h +++ b/wrap/io_trimesh/export_stl.h @@ -72,7 +72,7 @@ template 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); }