remove harmless warnings

This commit is contained in:
Paolo Cignoni cignoni 2009-06-11 23:30:14 +00:00
parent 35a0621a86
commit 924f767778
2 changed files with 3 additions and 3 deletions

View File

@ -170,8 +170,8 @@ namespace vcg {
float s,c;
// Gabriel Taubin hint and Valentino Fiorin impementation
float qt21 = QtMQ[2][1];
float qt12 = QtMQ[1][2];
//float qt21 = QtMQ[2][1]; // unused var
//float qt12 = QtMQ[1][2]; // unused var
float alpha = QtMQ[1][1]-QtMQ[2][2];
float beta = QtMQ[2][1];

View File

@ -336,7 +336,7 @@ bool EditSegment::StartEdit(MeshModel & m, GLArea * parent) {
return true;
}
void EditSegment::EndEdit(MeshModel & m, GLArea * parent) {
void EditSegment::EndEdit(MeshModel & , GLArea * ) {
//qDebug() << "Mesh Segmentation End Edit" << endl;
delete meshCutDialog;
meshCutDialog = 0;