diff --git a/src/meshlab/GenericELDialog.h b/src/meshlab/GenericELDialog.h index 68b01e4bd..0e8ba7c6d 100644 --- a/src/meshlab/GenericELDialog.h +++ b/src/meshlab/GenericELDialog.h @@ -75,12 +75,12 @@ public: public slots: - void on_thresholdSB_valueChanged(double threshold) + void on_thresholdSB_valueChanged(double /* threshold */) { updatePercDiagThr(); } - void on_percdiag_valueChanged(double pd) + void on_percdiag_valueChanged(double /* pd */) { //diagonal_percentual = pd; updateAbsoluteThr();