diff --git a/src/App/OriginGroup.cpp b/src/App/OriginGroup.cpp index 933da323b..8270708e7 100644 --- a/src/App/OriginGroup.cpp +++ b/src/App/OriginGroup.cpp @@ -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 () ); diff --git a/src/Mod/Assembly/App/opendcm/module3d/imp/constraint3d_imp.hpp b/src/Mod/Assembly/App/opendcm/module3d/imp/constraint3d_imp.hpp index 715947e19..519aff658 100644 --- a/src/Mod/Assembly/App/opendcm/module3d/imp/constraint3d_imp.hpp +++ b/src/Mod/Assembly/App/opendcm/module3d/imp/constraint3d_imp.hpp @@ -42,6 +42,8 @@ // #include // #include // #include + +/* // // #define SEQUENCE (dcm::Distance)(dcm::Orientation)(dcm::Angle)(dcm::Coincidence)(dcm::Alignment) // @@ -58,6 +60,7 @@ // BOOST_PP_FOR(BOOST_PP_SEQ_PUSH_FRONT(BOOST_PP_SEQ_PUSH_FRONT(SEQUENCE, Dim), System), LEVEL_1_PRED, LEVEL_1_OP, LEVEL_1) // // #endif //external +*/ namespace dcm {