From 3afa603a1ef8dbdf6f1d45d2b8ff2a616aba788b Mon Sep 17 00:00:00 2001 From: donovaly Date: Sat, 22 Feb 2020 00:45:32 +0100 Subject: [PATCH] [FEM] TaskFemConstraintForce.cpp: squash GCC warning --- src/Mod/Fem/Gui/TaskFemConstraintForce.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Fem/Gui/TaskFemConstraintForce.cpp b/src/Mod/Fem/Gui/TaskFemConstraintForce.cpp index 4eb50841d9..514a19e155 100644 --- a/src/Mod/Fem/Gui/TaskFemConstraintForce.cpp +++ b/src/Mod/Fem/Gui/TaskFemConstraintForce.cpp @@ -290,6 +290,7 @@ void TaskFemConstraintForce::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) {