Suppress a couple more warnings
This commit is contained in:
parent
d523377631
commit
6b75141514
|
@ -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 () );
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
// #include <boost/preprocessor/seq/elem.hpp>
|
||||
// #include <boost/preprocessor/seq/push_front.hpp>
|
||||
// #include <boost/preprocessor/seq/remove.hpp>
|
||||
|
||||
/*
|
||||
//
|
||||
// #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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user