Merge branch 'master' of github.com:FreeCAD/FreeCAD

This commit is contained in:
Yorik van Havre
2017-08-12 12:39:24 -03:00

View File

@@ -186,7 +186,7 @@ bool Revolution::suggestReversed(void)
{
try {
updateAxis();
} catch (const Base::Exception& e) {
} catch (const Base::Exception&) {
return false;
}