From af7941a5592478a88beaa35559e343a73e0899dc Mon Sep 17 00:00:00 2001 From: donovaly Date: Sat, 22 Feb 2020 00:42:29 +0100 Subject: [PATCH] TaskFemConstraintFluidBoundary.cpp: squash GCC compiler warning --- src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp | 1 + 1 file changed, 1 insertion(+) 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) {