removed harmless warning

This commit is contained in:
Paolo Cignoni 2010-09-13 09:33:30 +00:00
parent 2bfd589613
commit dbf4fa7311
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ public:
template <class ATTR_TYPE>
static
void FixPaddedPerMeshAttribute ( MeshType & m,PointerToAttribute & pa){
void FixPaddedPerMeshAttribute ( MeshType & /* m */,PointerToAttribute & pa){
// create the container of the right type
Attribute<ATTR_TYPE> * _handle = new Attribute<ATTR_TYPE>();