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 d523377631
commit 6b75141514
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 () );

View File

@ -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 {