diff --git a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp index 72c85c056a6cc1fcde4c67bb75e72cdc5f70d7bb..03ea89bc9064b6e783c9b0ee0363e3da84b48bdb 100644 --- a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp @@ -206,7 +206,7 @@ void MeshElementRemovalDialog::toggleScalarEdits(bool outside) const this->insideScalarMaxEdit->setEnabled(!outside); } -void MeshElementRemovalDialog::on_insideButton_toggled(bool is_checked) +void MeshElementRemovalDialog::on_insideButton_toggled(bool /*is_checked*/) { toggleScalarEdits(!this->insideButton->isChecked()); }