Suppress a couple more warnings

This commit is contained in:
Alexander Golubev
2015-11-11 06:30:05 +03:00
committed by Stefan Tröger
parent 81cb035efc
commit eaeba5686f
2 changed files with 4 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ short OriginGroup::mustExecute() const {
App::DocumentObjectExecReturn *OriginGroup::execute() {
try { // try to find all base axis and planes in the origin
App::Origin *origin = getOrigin ();
getOrigin ();
} catch (const Base::Exception &ex) {
setError ();
return new App::DocumentObjectExecReturn ( ex.what () );