removed harmless warnings

This commit is contained in:
Paolo Cignoni 2010-03-16 14:22:08 +00:00
parent 404831fc2f
commit bf69d1c24a
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ struct DummyTypes{
typedef TetraType * TetraPointer ;
typedef HEdgeType * HEdgePointer ;
static void Name(std::vector<std::string> & name){}
static void Name(std::vector<std::string> & /*name*/){}
template < class LeftV>
void ImportLocal(const LeftV & left ) {}
void ImportLocal(const LeftV & /*left*/ ) {}
};
template <template <typename> class A = DefaultDeriver, template <typename> class B = DefaultDeriver,