corrected harmless gcc warnings
This commit is contained in:
parent
64d7f31279
commit
0c16045423
|
@ -290,7 +290,7 @@ static void MakeBitTriOnly(MeshType &m){
|
||||||
* Updates: per wedge attributes, if any
|
* Updates: per wedge attributes, if any
|
||||||
* Other connectivity structures, and per edge and per wedge flags are ignored
|
* 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
|
assert(0); // todo
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue