mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 18:14:38 +00:00
remove harmless warnings
This commit is contained in:
parent
35a0621a86
commit
924f767778
@ -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];
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user