Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FEM] TaskFemConstraintForce.cpp: squash GCC warning
  • Loading branch information
donovaly authored and berndhahnebach committed Feb 22, 2020
1 parent 288456e commit 3afa603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/Gui/TaskFemConstraintForce.cpp
Expand Up @@ -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<Gui::SelectionObject> selection = Gui::Selection().getSelectionEx();
if (selection.size() == 0) {
Expand Down

0 comments on commit 3afa603

Please sign in to comment.