diff --git a/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp b/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp index f2691cde2a..79b7274893 100644 --- a/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp +++ b/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp @@ -554,6 +554,7 @@ void TaskFemConstraintFluidBoundary::onReferenceDeleted() { void TaskFemConstraintFluidBoundary::onButtonDirection(const bool pressed) { // sets the normal vector of the currently selecteed planar face as direction + Q_UNUSED(pressed) //get vector of selected objects of active document std::vector selection = Gui::Selection().getSelectionEx(); if (selection.size() == 0) {