Skip to content

Commit

Permalink
Refs #10438. Get rid of warning in windoze builds
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Nov 7, 2014
1 parent e764d04 commit 9e779f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidQt/API/src/AlgorithmDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ bool AlgorithmDialog::setPropertyValues(const QStringList & skipList)
}
catch(std::exception& ex)
{
UNUSED_ARG(ex); // let it drop on the floor
hasGroups = true;
}

Expand Down

0 comments on commit 9e779f0

Please sign in to comment.