From 9ca56690aea99a7476e4d72f6ed65efc9f55ab01 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 2 Jul 2008 13:31:00 +0000 Subject: [PATCH] remove harmless warnings --- wrap/io_trimesh/export_stl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }