corrected harmless gcc warnings

This commit is contained in:
Paolo Cignoni 2012-05-06 15:36:02 +00:00
parent 64d7f31279
commit 0c16045423
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ static void MakeBitTriOnly(MeshType &m){
* Updates: per wedge attributes, if any
* Other connectivity structures, and per edge and per wedge flags are ignored
*/
static bool MakeBitTriQuadConventional(MeshType &m){
static bool MakeBitTriQuadConventional(MeshType &/*m*/){
assert(0); // todo
return false;
}