Building src/ => build/ -- The C compiler identification is GNU 4.8.2 -- The CXX compiler identification is GNU 4.8.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /home/bbadmin/buildbot/slave/master/build/env/bin/g++ -- Check for working CXX compiler: /home/bbadmin/buildbot/slave/master/build/env/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so OPENGL FOUND /usr/lib/x86_64-linux-gnu/libGLU.so/usr/lib/x86_64-linux-gnu/libGL.so/usr/lib/x86_64-linux-gnu/libSM.so/usr/lib/x86_64-linux-gnu/libICE.so/usr/lib/x86_64-linux-gnu/libX11.so/usr/lib/x86_64-linux-gnu/libXext.so -- WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead -- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so GLUT FOUND /usr/lib/x86_64-linux-gnu/libglut.so CMake Warning (dev) in dev/CMakeLists.txt: The source directory /home/bbadmin/buildbot/slave/master/build/src/dev/eajung does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- LIB_DIR: /home/bbadmin/buildbot/slave/master/build/src/../env/lib -- BULLET_HOME_DIR: ../../../../env/build/bullet -- BULLET_SERIALIZE_DIR: ../../../../env/build/bullet/Extras/Serialize CMake Warning (dev) at dev/ezhu/WorldImportTest/CMakeLists.txt:15 (link_directories): This command specifies the relative path ../../../../env/build/bullet/Extras/Serialize/BulletFileLoader as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at dev/ezhu/WorldImportTest/CMakeLists.txt:15 (link_directories): This command specifies the relative path ../../../../env/build/bullet/Extras/Serialize/BulletWorldImporter as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the source dir. Run "cmake --help-policy CMP0015" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done CMake Warning (dev) in sensors/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "sensors" has an INTERFACE_LINK_LIBRARIES property. This should be preferred as the source of the link interface for this library but because CMP0022 is not set CMake is ignoring the property and using the link implementation as the link interface instead. INTERFACE_LINK_LIBRARIES: tgOpenGLSupport;OpenGLSupport;BulletSoftBody;BulletDynamics;BulletCollision;LinearMath;/usr/lib/x86_64-linux-gnu/libglut.so;/usr/lib/x86_64-linux-gnu/libGL.so;/usr/lib/x86_64-linux-gnu/libGLU.so;sensors;util;core;tgOpenGLSupport Link implementation: tgOpenGLSupport;OpenGLSupport;BulletSoftBody;BulletDynamics;BulletCollision;LinearMath;/usr/lib/x86_64-linux-gnu/libglut.so;/usr/lib/x86_64-linux-gnu/libGL.so;/usr/lib/x86_64-linux-gnu/libGLU.so;util;core;tgOpenGLSupport This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /home/bbadmin/buildbot/slave/master/build/build Scanning dependencies of target AppSTLParser Scanning dependencies of target FileHelpers Scanning dependencies of target Configuration Scanning dependencies of target tetraSpineLearningSine [ 1%] [ 1%] [ 2%] [ 2%] Building CXX object helpers/CMakeFiles/FileHelpers.dir/FileHelpers.cpp.o Building CXX object dev/btietz/hardwareSineWaves/CMakeFiles/tetraSpineLearningSine.dir/tgSineStringControl.cpp.o Building CXX object learning/Configuration/CMakeFiles/Configuration.dir/configuration.cpp.o Building CXX object dev/ezhu/STLParser/CMakeFiles/AppSTLParser.dir/AppSTLParser.cpp.o Linking CXX shared library libFileHelpers.so Linking CXX executable AppSTLParser Linking CXX shared library libConfiguration.so In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/tgSineStringControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/tgSineStringControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 2%] Built target AppSTLParser [ 2%] [ 2%] Built target FileHelpers Built target Configuration Scanning dependencies of target NeuroEvolution Scanning dependencies of target TestJSON [ 2%] [ 2%] Building CXX object learning/NeuroEvolution/CMakeFiles/NeuroEvolution.dir/NeuroEvolution.cpp.o Building CXX object examples/testjson/CMakeFiles/TestJSON.dir/testjson.cpp.o Linking CXX shared library libtetraSpineLearningSine.so [ 2%] Built target tetraSpineLearningSine [ 2%] Building CXX object learning/NeuroEvolution/CMakeFiles/NeuroEvolution.dir/NeuroEvoMember.cpp.o Linking CXX executable TestJSON Scanning dependencies of target AnnealEvolution [ 2%] Building CXX object learning/AnnealEvolution/CMakeFiles/AnnealEvolution.dir/AnnealEvolution.cpp.o [ 2%] Built target TestJSON [ 3%] Building CXX object learning/AnnealEvolution/CMakeFiles/AnnealEvolution.dir/AnnealEvoMember.cpp.o [ 3%] Building CXX object learning/AnnealEvolution/CMakeFiles/AnnealEvolution.dir/AnnealEvoPopulation.cpp.o Scanning dependencies of target terrain [ 4%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgBulletGround.cpp.o [ 4%] Building CXX object learning/NeuroEvolution/CMakeFiles/NeuroEvolution.dir/NeuroEvoPopulation.cpp.o Scanning dependencies of target AppChronoTest [ 4%] Building CXX object dev/radams/chrono/CMakeFiles/AppChronoTest.dir/chronoTest.cpp.o [ 4%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgBoxGround.cpp.o [ 4%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgEmptyGround.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_concepts.hpp:9, from /home/bbadmin/buildbot/slave/master/build/src/learning/AnnealEvolution/AnnealEvolution.h:34, from /home/bbadmin/buildbot/slave/master/build/src/learning/AnnealEvolution/AnnealEvolution.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/Dynamics/btRigidBody.h:19, from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgEmptyGround.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 5%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgPlaneGround.cpp.o [ 5%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgCraterGround.cpp.o [ 5%] Building CXX object core/terrain/CMakeFiles/terrain.dir/tgHillyGround.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.h: In constructor 'NeuroEvoPopulation::NeuroEvoPopulation(int, configuration&)': /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.h:52:19: warning: 'NeuroEvoPopulation::m_config' will be initialized after [-Wreorder] configuration m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.h:49:7: warning: 'bool NeuroEvoPopulation::compareAverageScores' [-Wreorder] bool compareAverageScores; ^ /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.cpp:40:1: warning: when initialized here [-Wreorder] NeuroEvoPopulation::NeuroEvoPopulation(int populationSize,configuration& config) : ^ /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.cpp: In member function 'void NeuroEvoPopulation::combineAndMutate(std::tr1::ranlux64_base_01*, std::size_t, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.cpp:92:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < numToCombine; i++) ^ /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.cpp:124:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < numToMutate; i++) ^ /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.cpp: In member function 'int NeuroEvoPopulation::getIndexFromProbability(std::vector&, double)': /home/bbadmin/buildbot/slave/master/build/src/learning/NeuroEvolution/NeuroEvoPopulation.cpp:224:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(i < (probs.size() - 1) && probs[i] < val) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterGround.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgCraterGround.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX shared library libNeuroEvolution.so Linking CXX shared library libAnnealEvolution.so In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgHillyGround.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgHillyGround.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono/config.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono/duration.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono/chrono.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono/include.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/chrono.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/chrono/chronoTest.cpp:2: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/interprocess/detail/utilities.hpp: In function 'bool boost::interprocess::size_overflows(SizeType)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_162' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/interprocess/detail/utilities.hpp:162:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(SztSizeOfType <= SizeType(-1)); ^ [ 5%] Built target NeuroEvolution In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgPlaneGround.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgPlaneGround.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX shared library libterrain.so [ 5%] Built target AnnealEvolution Linking CXX executable AppChronoTest Scanning dependencies of target Adapters [ 5%] Built target terrain [ 5%] [ 5%] Building CXX object learning/Adapters/CMakeFiles/Adapters.dir/AnnealAdapter.cpp.o Building CXX object learning/Adapters/CMakeFiles/Adapters.dir/NeuroAdapter.cpp.o [ 5%] Built target AppChronoTest Scanning dependencies of target core [ 6%] [ 6%] [ 6%] [ 6%] Building CXX object core/CMakeFiles/core.dir/tgSpringCable.cpp.o Building CXX object core/CMakeFiles/core.dir/tgBulletSpringCableAnchor.cpp.o Building CXX object core/CMakeFiles/core.dir/tgWorldBulletPhysicsImpl.cpp.o Building CXX object core/CMakeFiles/core.dir/tgBulletSpringCable.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp:36:0: /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp: In member function 'std::vector > NeuroAdapter::step(double, std::vector)': /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/NeuroAdapter.cpp:83:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert (state.size() == numberOfStates); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCable.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 6%] Building CXX object core/CMakeFiles/core.dir/tgBulletContactSpringCable.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCableAnchor.h:31, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCableAnchor.cpp:25: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 7%] Building CXX object core/CMakeFiles/core.dir/tgModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_concepts.hpp:9, from /home/bbadmin/buildbot/slave/master/build/src/learning/AnnealEvolution/AnnealEvolution.h:34, from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.h:32, from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ [ 7%] Building CXX object core/CMakeFiles/core.dir/tgSpringCableActuator.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.cpp:63:0: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/MLCPSolvers/btSolveProjectedGaussSeidel.h: In member function 'virtual bool btSolveProjectedGaussSeidel::solveMLCP(const btMatrixXd&, const btVectorXd&, btVectorXd&, const btVectorXd&, const btVectorXd&, const btAlignedObjectArray&, int, bool)': /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/MLCPSolvers/btSolveProjectedGaussSeidel.h:58:11: warning: unused variable 'aDiag' [-Wunused-variable] float aDiag = A(i,i); ^ /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.cpp: In member function 'void AnnealAdapter::initialize(AnnealEvolution*, bool, configuration)': /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.cpp:60:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i > AnnealAdapter::step(double, std::vector)': /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.cpp:77:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;istatelessParameters.size();j++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX shared library libAdapters.so [ 7%] Building CXX object core/CMakeFiles/core.dir/tgBasicActuator.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.h: In constructor 'tgBulletContactSpringCable::tgBulletContactSpringCable(btPairCachingGhostObject*, tgWorld&, const std::vector&, double, double, double, double, double)': /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.h:247:31: warning: 'tgBulletContactSpringCable::m_ghostObject' will be initialized after [-Wreorder] btPairCachingGhostObject* m_ghostObject; ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.h:238:15: warning: 'tgWorld& tgBulletContactSpringCable::m_world' [-Wreorder] tgWorld& m_world; ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:57:1: warning: when initialized here [-Wreorder] tgBulletContactSpringCable::tgBulletContactSpringCable(btPairCachingGhostObject* ghostObject, ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'virtual void tgBulletContactSpringCable::calculateAndApplyForce(double)': /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:170:23: warning: variable 'direction' set but not used [-Wunused-but-set-variable] btVector3 direction = m_anchors[i]->getContactNormal(); ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'void tgBulletContactSpringCable::updateAnchorList()': /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:374:14: warning: unused variable 'startLength' [-Wunused-variable] btScalar startLength = getActualLength(); ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'void tgBulletContactSpringCable::updateCollisionObject()': /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:718:15: warning: variable 'from' set but not used [-Wunused-but-set-variable] btVector3 from = anchor1->getWorldPosition(); ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:719:12: warning: variable 'to' set but not used [-Wunused-but-set-variable] btVector3 to = anchor2->getWorldPosition(); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'bool tgBulletContactSpringCable::deleteAnchor(int)': /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:796:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(i < m_anchors.size() && i >= 0); ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp: In member function 'int tgBulletContactSpringCable::findNearestPastAnchor(btVector3&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:894:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (j == n) ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:932:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ( i !=j ) ^ [ 7%] Built target Adapters Scanning dependencies of target AppGATests [ 7%] Building CXX object dev/btietz/GATests/CMakeFiles/AppGATests.dir/AppGATests.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 7%] Building CXX object core/CMakeFiles/core.dir/tgKinematicActuator.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBasicActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBasicActuator.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.h: In constructor 'tgKinematicActuator::tgKinematicActuator(tgBulletSpringCable*, const tgTags&, tgKinematicActuator::Config&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.h:213:33: warning: 'tgKinematicActuator::m_config' will be initialized after [-Wreorder] tgKinematicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.cpp:108:47: warning: base 'tgSpringCableActuator' [-Wreorder] tgSpringCableActuator(muscle, tags, config) ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.cpp:101:1: warning: when initialized here [-Wreorder] tgKinematicActuator::tgKinematicActuator(tgBulletSpringCable* muscle, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgKinematicActuator.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBasicActuator.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 8%] Building CXX object core/CMakeFiles/core.dir/tgWorld.cpp.o [ 8%] [ 8%] Building CXX object core/CMakeFiles/core.dir/tgSimulation.cpp.o Building CXX object core/CMakeFiles/core.dir/tgBulletRenderer.cpp.o Linking CXX executable AppGATests [ 8%] Built target AppGATests [ 8%] Building CXX object core/CMakeFiles/core.dir/tgSimView.cpp.o Scanning dependencies of target AppJSONLearningTests In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCable.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.h:31, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletContactSpringCable.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 9%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorld.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Building CXX object dev/btietz/GATests/CMakeFiles/AppJSONLearningTests.dir/AppGATests_JSON.cpp.o [ 10%] Building CXX object core/CMakeFiles/core.dir/tgSimViewGraphics.cpp.o [ 10%] Building CXX object core/CMakeFiles/core.dir/tgBulletUtil.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.cpp:30:0: /home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.h: In constructor 'tgSimView::tgSimView(tgWorld&, double, double)': /home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.h:215:14: warning: 'tgSimView::m_world' will be initialized after [-Wreorder] tgWorld& m_world; ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.h:172:19: warning: 'tgSimulation* tgSimView::m_pSimulation' [-Wreorder] tgSimulation* m_pSimulation; ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgSimView.cpp:36:1: warning: when initialized here [-Wreorder] tgSimView::tgSimView(tgWorld& world, ^ [ 10%] Building CXX object core/CMakeFiles/core.dir/tgBaseRigid.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgWorldBulletPhysicsImpl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletUtil.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 10%] Building CXX object core/CMakeFiles/core.dir/tgRod.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletRenderer.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimulation.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletRenderer.cpp: In member function 'virtual void tgBulletRenderer::render(const tgModel&) const': /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletRenderer.cpp:110:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j=0;j::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBox.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBox.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/config.hpp:10, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/int.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/detail/template_arity_spec.hpp:10, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/detail/type_trait_def.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/remove_reference.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/any.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:12, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/config.hpp:10, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/config.hpp:10, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ Linking CXX shared library libcore.so /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp: In function 'int main(int, char**)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:154:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(std::size_t i = 0; i < numberOfOutputs; i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:174:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(std::size_t i = 0; i < numberOfOutputs; i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:142:12: warning: unused variable 'goal' [-Wunused-variable] double goal = 1.0 * (double) numberOfOutputs; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/GATests/AppGATests_JSON.cpp:145:9: warning: unused variable 'steps' [-Wunused-variable] int steps = 0; ^ [ 11%] Built target core Scanning dependencies of target controllers [ 11%] [ 12%] [ 12%] [ 12%] Building CXX object controllers/CMakeFiles/controllers.dir/tgBasicController.cpp.o Building CXX object controllers/CMakeFiles/controllers.dir/tgTensionController.cpp.o Building CXX object controllers/CMakeFiles/controllers.dir/tgImpedanceController.cpp.o Building CXX object controllers/CMakeFiles/controllers.dir/tgPIDController.cpp.o Scanning dependencies of target tgcreator [ 12%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgNodes.cpp.o [ 13%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgRigidInfo.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.h: In constructor 'tgPIDController::tgPIDController(tgControllable*, tgPIDController::Config)': /home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.h:157:32: warning: 'tgPIDController::m_config' will be initialized after [-Wreorder] const tgPIDController::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.cpp:70:56: warning: base 'tgBasicController' [-Wreorder] tgBasicController(controllable, config.startingSetPoint) ^ /home/bbadmin/buildbot/slave/master/build/src/controllers/tgPIDController.cpp:65:1: warning: when initialized here [-Wreorder] tgPIDController::tgPIDController(tgControllable* controllable, tgPIDController::Config config) : ^ [ 13%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgRodInfo.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBasicActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/controllers/tgImpedanceController.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.h: In constructor 'tgTensionController::tgTensionController(tgBasicActuator*, double)': /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.h:89:22: warning: 'tgTensionController::m_sca' will be initialized after [-Wreorder] tgBasicActuator* m_sca; ^ /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:40:41: warning: base 'tgBasicController' [-Wreorder] tgBasicController(controllable, setPoint) ^ /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:38:1: warning: when initialized here [-Wreorder] tgTensionController::tgTensionController(tgBasicActuator* controllable, double setPoint) : ^ /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp: In member function 'virtual void tgTensionController::control(double)': /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:66:18: warning: unused variable 'currentLength' [-Wunused-variable] const double currentLength = m_springCable->getRestLength(); ^ /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp: In static member function 'static void tgTensionController::control(tgBasicActuator&, double, double)': /home/bbadmin/buildbot/slave/master/build/src/controllers/tgTensionController.cpp:106:18: warning: unused variable 'currentLength' [-Wunused-variable] const double currentLength = m_springCable->getRestLength(); ^ [ 13%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgBoxInfo.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggables.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX shared library libcontrollers.so In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:38, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.cpp:30:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 13%] Built target controllers In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.cpp:32:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggables.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppJSONLearningTests In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 14%] [ 14%] Built target AppJSONLearningTests Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgSphereInfo.cpp.o [ 14%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgStructure.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:36, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 14%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgBuildSpec.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:32, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:34, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 14%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgStructureInfo.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:38, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBuildSpec.h:32, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBuildSpec.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h: In copy constructor 'tgStructure::tgStructure(const tgStructure&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:206:31: warning: 'tgStructure::m_children' will be initialized after [-Wreorder] std::vector m_children; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:201:13: warning: 'tgNodes tgStructure::m_nodes' [-Wreorder] tgNodes m_nodes; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:44:1: warning: when initialized here [-Wreorder] tgStructure::tgStructure(const tgStructure& orig) : tgTaggable(orig.getTags()), ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp: In member function 'void tgStructure::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:160:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < m_children.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp: In member function 'btVector3 tgStructure::getCentroid() const': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:199:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < structure->m_children.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp: In member function 'tgNode& tgStructure::findNode(const string&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:219:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < structure->m_children.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp: In member function 'tgPair& tgStructure::findPair(const btVector3&, const btVector3&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:240:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < structure->m_children.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp: In member function 'tgStructure& tgStructure::findChild(const string&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:252:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < m_children.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:262:56: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < structure->m_children.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:32, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:34, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:31, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h: In constructor 'tgSphereInfo::tgSphereInfo(const tgSphere::Config&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:222:28: warning: 'tgSphereInfo::m_config' will be initialized after [-Wreorder] const tgSphere::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:47:17: warning: base 'tgRigidInfo' [-Wreorder] tgRigidInfo() ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:44:1: warning: when initialized here [-Wreorder] tgSphereInfo::tgSphereInfo(const tgSphere::Config& config) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h: In constructor 'tgSphereInfo::tgSphereInfo(const tgSphere::Config&, tgTags)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:222:28: warning: 'tgSphereInfo::m_config' will be initialized after [-Wreorder] const tgSphere::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:53:21: warning: base 'tgRigidInfo' [-Wreorder] tgRigidInfo(tags) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:50:1: warning: when initialized here [-Wreorder] tgSphereInfo::tgSphereInfo(const tgSphere::Config& config, tgTags tags) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h: In constructor 'tgSphereInfo::tgSphereInfo(const tgSphere::Config&, const tgNode&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:222:28: warning: 'tgSphereInfo::m_config' will be initialized after [-Wreorder] const tgSphere::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:59:31: warning: base 'tgRigidInfo' [-Wreorder] tgRigidInfo(node.getTags()) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:56:1: warning: when initialized here [-Wreorder] tgSphereInfo::tgSphereInfo(const tgSphere::Config& config, const tgNode& node) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h: In constructor 'tgSphereInfo::tgSphereInfo(const tgSphere::Config&, tgTags, const tgNode&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:222:28: warning: 'tgSphereInfo::m_config' will be initialized after [-Wreorder] const tgSphere::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:65:40: warning: base 'tgRigidInfo' [-Wreorder] tgRigidInfo( tags + node.getTags() ) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:62:1: warning: when initialized here [-Wreorder] tgSphereInfo::tgSphereInfo(const tgSphere::Config& config, tgTags tags, const tgNode& node) : ^ [ 15%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgConnectorInfo.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBuildSpec.h:32, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.h:31, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 15%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgCompoundRigidInfo.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructureInfo.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.h:31, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgSphereInfo.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 15%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgPair.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target util [ 15%] Building CXX object util/CMakeFiles/util.dir/CPGNode.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:26:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h: In constructor 'tgCompoundRigidInfo::tgCompoundRigidInfo()': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h:216:31: warning: 'tgCompoundRigidInfo::m_compoundShape' will be initialized after [-Wreorder] mutable btCompoundShape * m_compoundShape; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:28:81: warning: base 'tgRigidInfo' [-Wreorder] tgCompoundRigidInfo::tgCompoundRigidInfo() : m_compoundShape(NULL), tgRigidInfo() ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:28:1: warning: when initialized here [-Wreorder] tgCompoundRigidInfo::tgCompoundRigidInfo() : m_compoundShape(NULL), tgRigidInfo() ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual tgModel* tgCompoundRigidInfo::createModel(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:36:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < m_rigids.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual btVector3 tgCompoundRigidInfo::getCenterOfMass() const': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:50:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii = 0; ii < m_rigids.size(); ii++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'btCompoundShape* tgCompoundRigidInfo::createCompoundShape(tgWorld&) const': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:70:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii = 0; ii < m_rigids.size(); ii++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual double tgCompoundRigidInfo::getMass() const': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:107:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii = 0; ii < m_rigids.size(); ii++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual void tgCompoundRigidInfo::setRigidBody(btRigidBody*)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:131:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii = 0; ii < m_rigids.size(); ii++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual void tgCompoundRigidInfo::setCollisionObject(btCollisionObject*)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:141:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii = 0; ii < m_rigids.size(); ii++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual std::set tgCompoundRigidInfo::getLeafRigids()': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:150:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii = 0; ii < m_rigids.size(); ii++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual bool tgCompoundRigidInfo::containsNode(const btVector3&) const': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:170:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii = 0; ii < m_rigids.size(); ii++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual bool tgCompoundRigidInfo::sharesNodesWith(const tgRigidInfo&) const': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:183:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii = 0; ii < m_rigids.size(); ii++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp: In member function 'virtual std::set tgCompoundRigidInfo::getContainedNodes() const': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:196:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int ii = 0; ii < m_rigids.size(); ii++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.cpp:30:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.h: In constructor 'CPGNode::CPGNode(int, const std::vector&)': /home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.h:106:12: warning: 'CPGNode::m_nodeNumber' will be initialized after [-Wreorder] const int m_nodeNumber; ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.h:97:9: warning: 'double CPGNode::rDoubleDotValue' [-Wreorder] double rDoubleDotValue; //Deriviative of RDot ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.cpp:35:1: warning: when initialized here [-Wreorder] CPGNode::CPGNode(int nodeNum, const std::vector & params): ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.cpp: In member function 'std::string CPGNode::toString(const string&) const': /home/bbadmin/buildbot/slave/master/build/src/util/CPGNode.cpp:123:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < couplingList.size(); i++) { ^ [ 15%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgBasicActuatorInfo.cpp.o [ 15%] Building CXX object util/CMakeFiles/util.dir/CPGEquations.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:36, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h: In constructor 'tgPair::tgPair(btVector3, btVector3)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:127:37: warning: 'tgPair::m_pair' will be initialized after [-Wreorder] std::pair m_pair; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:40:77: warning: base 'tgTaggable' [-Wreorder] tgPair::tgPair(btVector3 from, btVector3 to) : m_pair(from, to), tgTaggable() ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:40:1: warning: when initialized here [-Wreorder] tgPair::tgPair(btVector3 from, btVector3 to) : m_pair(from, to), tgTaggable() ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h: In constructor 'tgPair::tgPair(btVector3, btVector3, std::string)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:127:37: warning: 'tgPair::m_pair' will be initialized after [-Wreorder] std::pair m_pair; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:43:99: warning: base 'tgTaggable' [-Wreorder] tgPair::tgPair(btVector3 from, btVector3 to, std::string tags) : m_pair(from, to), tgTaggable(tags) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:43:1: warning: when initialized here [-Wreorder] tgPair::tgPair(btVector3 from, btVector3 to, std::string tags) : m_pair(from, to), tgTaggable(tags) ^ [ 16%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgKinematicActuatorInfo.cpp.o [ 17%] Building CXX object util/CMakeFiles/util.dir/tgBaseCPGNode.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 17%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgKinematicContactCableInfo.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h: In constructor 'tgBasicActuatorInfo::tgBasicActuatorInfo(const tgSpringCableActuator::Config&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:88:29: warning: 'tgBasicActuatorInfo::m_config' will be initialized after [-Wreorder] tgBasicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:34:17: warning: base 'tgConnectorInfo' [-Wreorder] tgConnectorInfo() ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:32:1: warning: when initialized here [-Wreorder] tgBasicActuatorInfo::tgBasicActuatorInfo(const tgBasicActuator::Config& config) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h: In constructor 'tgBasicActuatorInfo::tgBasicActuatorInfo(const tgSpringCableActuator::Config&, tgTags)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:88:29: warning: 'tgBasicActuatorInfo::m_config' will be initialized after [-Wreorder] tgBasicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:39:21: warning: base 'tgConnectorInfo' [-Wreorder] tgConnectorInfo(tags) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:37:1: warning: when initialized here [-Wreorder] tgBasicActuatorInfo::tgBasicActuatorInfo(const tgBasicActuator::Config& config, tgTags tags) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h: In constructor 'tgBasicActuatorInfo::tgBasicActuatorInfo(const tgSpringCableActuator::Config&, const tgPair&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:88:29: warning: 'tgBasicActuatorInfo::m_config' will be initialized after [-Wreorder] tgBasicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:44:21: warning: base 'tgConnectorInfo' [-Wreorder] tgConnectorInfo(pair) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.cpp:42:1: warning: when initialized here [-Wreorder] tgBasicActuatorInfo::tgBasicActuatorInfo(const tgBasicActuator::Config& config, const tgPair& pair) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.h: In constructor 'tgBaseCPGNode::tgBaseCPGNode()': /home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.h:80:28: warning: 'tgBaseCPGNode::m_pMotorControl' will be initialized after [-Wreorder] tgImpedanceController* m_pMotorControl; ^ /home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.h:73:19: warning: 'CPGEquations* tgBaseCPGNode::m_pCPGSystem' [-Wreorder] CPGEquations* m_pCPGSystem; ^ /home/bbadmin/buildbot/slave/master/build/src/util/tgBaseCPGNode.cpp:38:1: warning: when initialized here [-Wreorder] tgBaseCPGNode::tgBaseCPGNode() : ^ [ 17%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgBasicContactCableInfo.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.h:32, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPair.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 17%] Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgRigidAutoCompound.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicActuatorInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 18%] In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h: In constructor 'tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:82:33: warning: 'tgKinematicActuatorInfo::m_config' will be initialized after [-Wreorder] tgKinematicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:31:27: warning: base 'tgBasicActuatorInfo' [-Wreorder] tgBasicActuatorInfo(config) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:29:1: warning: when initialized here [-Wreorder] tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config& config) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h: In constructor 'tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config&, tgTags)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:82:33: warning: 'tgKinematicActuatorInfo::m_config' will be initialized after [-Wreorder] tgKinematicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:36:33: warning: base 'tgBasicActuatorInfo' [-Wreorder] tgBasicActuatorInfo(config, tags) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:34:1: warning: when initialized here [-Wreorder] tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config& config, tgTags tags) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h: In constructor 'tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config&, const tgPair&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.h:82:33: warning: 'tgKinematicActuatorInfo::m_config' will be initialized after [-Wreorder] tgKinematicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:41:33: warning: base 'tgBasicActuatorInfo' [-Wreorder] tgBasicActuatorInfo(config, pair) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicActuatorInfo.cpp:39:1: warning: when initialized here [-Wreorder] tgKinematicActuatorInfo::tgKinematicActuatorInfo(const tgKinematicActuator::Config& config, const tgPair& pair) : ^ Building CXX object tgcreator/CMakeFiles/tgcreator.dir/tgUtil.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h: In constructor 'tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:82:33: warning: 'tgKinematicContactCableInfo::m_config' will be initialized after [-Wreorder] tgKinematicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:33:31: warning: base 'tgBasicContactCableInfo' [-Wreorder] tgBasicContactCableInfo(config) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:31:1: warning: when initialized here [-Wreorder] tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config& config) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h: In constructor 'tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config&, tgTags)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:82:33: warning: 'tgKinematicContactCableInfo::m_config' will be initialized after [-Wreorder] tgKinematicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:38:37: warning: base 'tgBasicContactCableInfo' [-Wreorder] tgBasicContactCableInfo(config, tags) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:36:1: warning: when initialized here [-Wreorder] tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config& config, tgTags tags) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h: In constructor 'tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config&, const tgPair&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.h:82:33: warning: 'tgKinematicContactCableInfo::m_config' will be initialized after [-Wreorder] tgKinematicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:43:37: warning: base 'tgBasicContactCableInfo' [-Wreorder] tgBasicContactCableInfo(config, pair) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgKinematicContactCableInfo.cpp:41:1: warning: when initialized here [-Wreorder] tgKinematicContactCableInfo::tgKinematicContactCableInfo(const tgKinematicActuator::Config& config, const tgPair& pair) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgConnectorInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgCompoundRigidInfo.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'std::vector tgRigidAutoCompound::execute()': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:58:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i < m_groups.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'void tgRigidAutoCompound::setRigidBodyForGroup(btCollisionObject*, std::deque&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:70:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < group.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'void tgRigidAutoCompound::setRigidInfoForGroup(tgRigidInfo*, std::deque&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:76:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < group.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'std::deque tgRigidAutoCompound::findGroup(tgRigidInfo*, std::deque&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:112:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(i < ungrouped.size()) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'void tgRigidAutoCompound::createCompounds()': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:127:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i < m_groups.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'tgRigidInfo* tgRigidAutoCompound::createCompound(std::deque)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:141:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < rigids.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp: In member function 'bool tgRigidAutoCompound::rigidBelongsIn(tgRigidInfo*, std::deque)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:148:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < group.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h: In constructor 'tgBasicContactCableInfo::tgBasicContactCableInfo(const tgSpringCableActuator::Config&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:91:29: warning: 'tgBasicContactCableInfo::m_config' will be initialized after [-Wreorder] tgBasicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:43:17: warning: base 'tgConnectorInfo' [-Wreorder] tgConnectorInfo() ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:41:1: warning: when initialized here [-Wreorder] tgBasicContactCableInfo::tgBasicContactCableInfo(const tgBasicActuator::Config& config) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h: In constructor 'tgBasicContactCableInfo::tgBasicContactCableInfo(const tgSpringCableActuator::Config&, tgTags)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:91:29: warning: 'tgBasicContactCableInfo::m_config' will be initialized after [-Wreorder] tgBasicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:48:21: warning: base 'tgConnectorInfo' [-Wreorder] tgConnectorInfo(tags) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:46:1: warning: when initialized here [-Wreorder] tgBasicContactCableInfo::tgBasicContactCableInfo(const tgBasicActuator::Config& config, tgTags tags) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h: In constructor 'tgBasicContactCableInfo::tgBasicContactCableInfo(const tgSpringCableActuator::Config&, const tgPair&)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.h:91:29: warning: 'tgBasicContactCableInfo::m_config' will be initialized after [-Wreorder] tgBasicActuator::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:53:21: warning: base 'tgConnectorInfo' [-Wreorder] tgConnectorInfo(pair) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBasicContactCableInfo.cpp:51:1: warning: when initialized here [-Wreorder] tgBasicContactCableInfo::tgBasicContactCableInfo(const tgBasicActuator::Config& config, const tgPair& pair) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.cpp:45: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/Dynamics/btDynamicsWorld.h:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletSoftBody/btSoftRigidDynamicsWorld.h:19, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidAutoCompound.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.cpp:45: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX shared library libtgcreator.so [ 18%] Built target tgcreator In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp: In function 'typename boost::serialization::detail::base_cast::type& boost::serialization::base_object(Derived&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_101' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp:101:5: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( is_base_and_derived::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_102' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp:102:5: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(! is_pointer::value); ^ Scanning dependencies of target obstacles Scanning dependencies of target AppObstacleTest [ 18%] [ 18%] Building CXX object models/obstacles/CMakeFiles/obstacles.dir/tgBlockField.cpp.o Building CXX object models/obstacles/CMakeFiles/AppObstacleTest.dir/tgBlockField.cpp.o Scanning dependencies of target AppScarrArm [ 18%] Scanning dependencies of target AppEscape_T6 Scanning dependencies of target AppSuperBallLearning Building CXX object dev/steve/CMakeFiles/AppScarrArm.dir/ScarrArm/ScarrArmModel.cpp.o [ 18%] Building CXX object dev/steve/CMakeFiles/AppEscape_T6.dir/Escape_T6/Crater.cpp.o [ 18%] Building CXX object dev/atil/CMakeFiles/AppSuperBallLearning.dir/SuperBallModel.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp: In member function 'boost::numeric::ublas::vector_unary::reference boost::numeric::ublas::vector_unary::operator()(boost::numeric::ublas::vector_unary::size_type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_284' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp:284:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((boost::is_same >::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp: In member function 'boost::numeric::ublas::vector_unary::reference boost::numeric::ublas::vector_unary::operator[](boost::numeric::ublas::vector_unary::size_type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_294' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp:294:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((boost::is_same >::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_assign(V&, const boost::numeric::ublas::vector_expression&, boost::numeric::ublas::sparse_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_351' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:351:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((!functor_type::computed)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector.hpp:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_assign(V&, const boost::numeric::ublas::vector_expression&, boost::numeric::ublas::sparse_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:382:39: warning: typedef 'reference' locally defined but not used [-Wunused-local-typedefs] typedef typename V::reference reference; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector.hpp:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_swap(V&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::sparse_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:516:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename V::value_type value_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:32, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:32, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::vector_matrix_binary_traits >::result_type boost::numeric::ublas::outer_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::vector_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_778' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:778:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.h:28, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In member function 'boost::numeric::ublas::matrix_unary2::reference boost::numeric::ublas::matrix_unary2::operator()(boost::numeric::ublas::matrix_unary2::size_type, boost::numeric::ublas::matrix_unary2::size_type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1295' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:1295:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((boost::is_same >::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary1_traits::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::vector_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_3720' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:3720:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E2::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary1_traits::precision_type, E1, typename boost::numeric::ublas::type_traits::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::vector_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_3748' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:3748:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E2::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary2_traits::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4110' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4110:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary2_traits::precision_type, E1, typename boost::numeric::ublas::type_traits::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4138' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4138:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_matrix_binary_traits::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4815' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4815:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_matrix_binary_traits::precision_type, E1, typename boost::numeric::ublas::type_traits::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4843' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4843:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_assign(M&, const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::sparse_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_902' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:902:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((!functor_type::computed)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_assign(M&, const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::sparse_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_934' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:934:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((!functor_type::computed)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix.hpp:18:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:24, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::packed_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1306:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::packed_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1332:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1360:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::value_type value_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1485:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::value_type value_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp: In member function 'void Crater::addNodes(tgStructure&)': /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:130:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i SuperBallModel::getSensorInfo()': /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:206:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i SuperBallModel::getSensorPositions()': /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.cpp:386:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i&, const boost::numeric::ublas::vector_expression&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:132:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::vector_expression&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:162:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::vector_expression&, V&, boost::numeric::ublas::sparse_bidirectional_iterator_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:191:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:193:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename V::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:353:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:383:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&, V&, boost::numeric::ublas::sparse_bidirectional_iterator_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:414:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:415:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename V::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, TRI, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:504:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:505:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:506:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, TRI, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:533:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:537:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, TRI, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:583:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:584:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:585:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, TRI, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:612:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:616:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::opb_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:741:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:742:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:743:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::opb_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:772:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:773:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:774:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::column_major_tag, boost::numeric::ublas::dense_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1862:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::column_major_tag, boost::numeric::ublas::unknown_storage_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1917:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::dense_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1946:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::packed_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1972:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::unknown_storage_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2001:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::dense_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2377:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::unknown_storage_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2438:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp: In function 'void boost::numeric::ublas::swap_rows(const PM&, MV&, boost::numeric::ublas::vector_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:66:41: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename MV::value_type value_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp: In function 'void boost::numeric::ublas::swap_rows(const PM&, MV&, boost::numeric::ublas::matrix_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:78:41: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename MV::value_type value_type; ^ [ 19%] Building CXX object models/obstacles/CMakeFiles/obstacles.dir/tgStairs.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/fusion/view/single_view/detail/next_impl.hpp: In static member function 'static boost::fusion::extension::next_impl::apply::type boost::fusion::extension::next_impl::apply::call(const Iterator&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_40' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/fusion/view/single_view/detail/next_impl.hpp:40:21: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((type::position::value < 2)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/integral_c.hpp:32, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/integral_constant.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Crater.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.h:32, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 19%] Building CXX object dev/steve/CMakeFiles/AppEscape_T6.dir/Escape_T6/CraterDeep.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.h:32, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 19%] Building CXX object dev/steve/CMakeFiles/AppScarrArm.dir/ScarrArm/ScarrArmController.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/bind.hpp:29:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/bind.hpp:26, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/base/explicit_stepper_base.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/euler.hpp:23, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:27, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/arg.hpp: In constructor 'boost::arg::arg(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_placeholder' locally defined but not used [-Wunused-local-typedefs] typedef char T_must_be_placeholder[ I == is_placeholder::value? 1: -1 ]; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_171' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:171:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In constructor 'boost::units::quantity::quantity(const boost::units::quantity&, typename boost::disable_if::type, boost::units::detail::is_non_narrowing_conversion >, typename boost::units::detail::disable_if_is_same::type>::type*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_196' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:196:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In constructor 'boost::units::quantity::quantity(const boost::units::quantity&, typename boost::enable_if::type, boost::units::detail::is_non_narrowing_conversion >, typename boost::units::detail::disable_if_is_same::type>::type*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_212' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:212:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_234' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:234:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_implicitly_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_235' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:235:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator+=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_248' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:248:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_same::type, Unit>::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator-=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_257' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:257:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_same::type, Unit>::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator*=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_265' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:265:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_same::type, Unit>::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator/=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_273' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:273:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_same::type, Unit>::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::type>, Y>::this_type& boost::units::quantity::type>, Y>::operator=(const boost::units::quantity, YY>&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_370' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:370:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/utility/value_init.hpp: In member function 'boost::initialized& boost::initialized::operator=(const boost::initialized&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_123' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/utility/value_init.hpp:123:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ! is_const::value ); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/integral_c.hpp:32, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/integral_constant.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/copy.hpp: In function 'OutputIterator boost::range::copy(const SinglePassRange&, OutputIterator)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check33' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/copy.hpp:33:5: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'int boost::math::tools::digits()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_47' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:47:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_48' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:48:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2 || ::std::numeric_limits::radix == 10); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::max_value()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_62' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:62:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::min_value()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_74' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:74:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::detail::log_max_value(const mpl_::int_<0>&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_134' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:134:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::detail::log_min_value(const mpl_::int_<0>&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_147' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:147:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::log_max_value()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_201' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:201:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::log_min_value()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:224:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp: In member function 'void boost::optional_detail::optional_base::construct(const Expr&, const boost::in_place_factory_base*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_355' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp:355:8: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ( ::boost::mpl::not_::value ) ; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp: In member function 'void boost::optional_detail::optional_base::construct(const Expr&, const boost::typed_in_place_factory_base*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_364' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp:364:8: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ( ::boost::mpl::not_::value ) ; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.h:34, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/unchecked_factorial.hpp: In function 'RT boost::math::unchecked_factorial(unsigned int)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_285' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/unchecked_factorial.hpp:285:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::detail::tgamma(T1, T2, const Policy&, mpl_::false_)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1363:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::tgamma_lower(RT1, RT2, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1492:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::gamma_q(RT1, RT2, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1523:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::gamma_p(RT1, RT2, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1554:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ [ 19%] Building CXX object dev/atil/CMakeFiles/AppSuperBallLearning.dir/SuperBallLearningController.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1651:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/igamma_inverse.hpp: In member function 'boost::fusion::tuple boost::math::detail::gamma_p_inverse_func::operator()(const T&) const': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/igamma_inverse.hpp:344:58: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ [ 19%] Building CXX object models/obstacles/CMakeFiles/AppObstacleTest.dir/AppObstacleTest.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'RT boost::math::factorial(unsigned int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_33' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:33:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'RT boost::math::double_factorial(unsigned int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_77' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:77:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'T boost::math::detail::rising_factorial_imp(T, int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_120' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:120:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'T boost::math::detail::falling_factorial_imp(T, unsigned int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_156' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:156:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::beta(RT1, RT2, RT3, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp:1334:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::betac(RT1, RT2, RT3, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp:1352:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/cbrt.hpp: In function 'T boost::math::detail::cbrt_imp(T, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_93' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/cbrt.hpp:93:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp: In function 'T boost::math::binomial_coefficient(unsigned int, unsigned int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_22' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:22:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.h:34, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgStairs.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h: In constructor 'CPGEquations::CPGEquations(int)': /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h:88:9: warning: 'CPGEquations::numSteps' will be initialized after [-Wreorder] int numSteps; ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h:87:9: warning: 'int CPGEquations::m_maxSteps' [-Wreorder] int m_maxSteps; ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:44:1: warning: when initialized here [-Wreorder] CPGEquations::CPGEquations(int maxSteps) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h: In constructor 'CPGEquations::CPGEquations(std::vector&, int)': /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h:88:9: warning: 'CPGEquations::numSteps' will be initialized after [-Wreorder] int numSteps; ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.h:87:9: warning: 'int CPGEquations::m_maxSteps' [-Wreorder] int m_maxSteps; ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:49:1: warning: when initialized here [-Wreorder] CPGEquations::CPGEquations(std::vector& newNodeList, int maxSteps) : ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'void CPGEquations::defineConnections(int, std::vector, std::vector, std::vector)': /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:86:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i != connections.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'virtual std::vector& CPGEquations::getXVars()': /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:116:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i != nodeList.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'virtual std::vector& CPGEquations::getDXVars()': /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:128:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i != nodeList.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'virtual void CPGEquations::updateNodes(std::vector&)': /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:142:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i != nodeList.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'virtual void CPGEquations::updateNodeData(std::vector)': /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:154:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i!=nodeList.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp: In member function 'std::string CPGEquations::toString(const string&) const': /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:276:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodeList.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp: In member function 'void CraterDeep::addNodes(tgStructure&)': /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:136:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmController.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmController.cpp: In member function 'void ScarrArmController::setBrachioradialisTargetLength(ScarrArmModel&, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmController.cpp:104:18: warning: unused variable 'angular_freq' [-Wunused-variable] const double angular_freq = 2; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmController.cpp:105:18: warning: unused variable 'phase' [-Wunused-variable] const double phase = 0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:32, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/AppObstacleTest.cpp:25: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgCraterDeep.h:30, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgCraterDeep.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btQuickprof.h:22:0, from /home/bbadmin/buildbot/slave/master/build/src/util/CPGEquations.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/CraterDeep.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_concepts.hpp:9, from /home/bbadmin/buildbot/slave/master/build/src/learning/AnnealEvolution/AnnealEvolution.h:34, from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmController.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ Linking CXX shared library libutil.so /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgCraterDeep.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ [ 19%] /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Building CXX object dev/steve/CMakeFiles/AppEscape_T6.dir/Escape_T6/Escape_T6Model.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgCraterDeep.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 20%] Building CXX object dev/steve/CMakeFiles/AppScarrArm.dir/ScarrArm/AppScarrArm.cpp.o [ 20%] Built target util [ 21%] Building CXX object models/obstacles/CMakeFiles/obstacles.dir/tgCraterShallow.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/AppObstacleTest.cpp:25: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppObstacleTest In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgCraterShallow.h:28, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgCraterShallow.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 21%] Built target AppObstacleTest [ 22%] Building CXX object dev/steve/CMakeFiles/AppEscape_T6.dir/Escape_T6/Escape_T6Controller.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp: In member function 'virtual std::vector > SuperBallPrefLengthController::transformActions(std::vector >)': /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:139:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i >, std::vector)': /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:163:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i=actions.size()) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:195:7: warning: variable 'closestNode' set but not used [-Wunused-but-set-variable] int closestNode=-1; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:338:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(actionNo>=actions.size()) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:305:7: warning: unused variable 'triangle' [-Wunused-variable] int triangle[3]={closestNode,flippingNode,landingNode}; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp: In member function 'std::vector > SuperBallPrefLengthController::receiveActionsFromEvolution()': /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:366:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/ScarrArmModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/ScarrArm/AppScarrArm.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletDynamics/Dynamics/btRigidBody.h:19, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallLearningController.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppScarrArm In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgCraterShallow.h:31, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgCraterShallow.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 22%] Built target AppScarrArm In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_concepts.hpp:9, from /home/bbadmin/buildbot/slave/master/build/src/learning/AnnealEvolution/AnnealEvolution.h:34, from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ [ 23%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ Building CXX object dev/atil/CMakeFiles/AppSuperBallLearning.dir/AppSUPERball.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ Linking CXX shared library libobstacles.so Scanning dependencies of target AppT12SuperBallPayload In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 23%] [ 23%] Building CXX object dev/steve/CMakeFiles/AppT12SuperBallPayload.dir/T12SuperBallPayload/T12SuperBallPayload.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/AppEscape_T6.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Building CXX object dev/atil/CMakeFiles/AppSuperBallLearning.dir/heightSensor.cpp.o [ 23%] Built target obstacles Scanning dependencies of target AppSuperBall_Idaho [ 23%] Building CXX object dev/kmorse/CMakeFiles/AppSuperBall_Idaho.dir/T6Model.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_concepts.hpp:9, from /home/bbadmin/buildbot/slave/master/build/src/learning/AnnealEvolution/AnnealEvolution.h:34, from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/Escape_T6Controller.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/AppEscape_T6.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/Escape_T6/AppEscape_T6.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 24%] Building CXX object dev/kmorse/CMakeFiles/AppSuperBall_Idaho.dir/AppSUPERball.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/heightSensor.h:11, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/heightSensor.cpp:8: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp: In member function 'void T12SuperBallPayload::moveModel(btVector3, btVector3, btVector3)': /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.cpp:335:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/AppSUPERball.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp: In function 'int main(int, char**)': /home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp:54:18: warning: unused variable 'yaw' [-Wunused-variable] const double yaw = 0.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp:55:18: warning: unused variable 'pitch' [-Wunused-variable] const double pitch = 0.0;//M_PI/15.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp:56:18: warning: unused variable 'roll' [-Wunused-variable] const double roll = 0.0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/AppSUPERball.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/SuperBallModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/atil/AppSUPERball.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/kmorse/T6Model.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ [ 24%] /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Building CXX object dev/muscleNP/CMakeFiles/MuscleNP.dir/tgGhostModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppSuperBallLearning Linking CXX executable AppEscape_T6 [ 24%] Built target AppEscape_T6 [ 25%] Building CXX object dev/steve/CMakeFiles/AppT12SuperBallPayload.dir/T12SuperBallPayload/T12SuperBallPayloadController.cpp.o Scanning dependencies of target AppBoxStructureTest [ 25%] Building CXX object dev/btietz/boxFeet/CMakeFiles/AppBoxStructureTest.dir/NestedBoxTestModel.cpp.o [ 25%] Built target AppSuperBallLearning [ 25%] Building CXX object dev/steve/CMakeFiles/AppT12SuperBallPayload.dir/T12SuperBallPayload/AppT12SuperBallPayload.cpp.o Linking CXX executable AppSuperBall_Idaho In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostModel.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.cpp:31:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 25%] Built target AppSuperBall_Idaho Scanning dependencies of target AppCaterpillar [ 26%] Building CXX object dev/btietz/caterpillar/CMakeFiles/AppCaterpillar.dir/CaterpillarModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostInfo.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target AppSuperSphereBall [ 26%] Building CXX object dev/btietz/sphereFeet/CMakeFiles/AppSuperSphereBall.dir/T6SphereModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostModel.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/muscleNP/tgGhostModel.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX shared library libMuscleNP.so In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_concepts.hpp:9, from /home/bbadmin/buildbot/slave/master/build/src/learning/AnnealEvolution/AnnealEvolution.h:34, from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayloadController.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayloadController.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ [ 26%] Built target MuscleNP [ 26%] Building CXX object dev/btietz/boxFeet/CMakeFiles/AppBoxStructureTest.dir/AppNestedBoxTetrahedrons.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayloadController.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayloadController.cpp: In member function 'virtual std::vector > SuperBallPrefLengthController::transformActions(std::vector >)': /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayloadController.cpp:108:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:38: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ Scanning dependencies of target AppSimpleMuscleNP /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 26%] Building CXX object dev/btietz/muscleNPTests/CMakeFiles/AppSimpleMuscleNP.dir/simpleMuscleNP.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.h: In constructor 'NestedBoxTestModel::NestedBoxTestModel(size_t)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.h:121:18: warning: 'NestedBoxTestModel::m_segments' will be initialized after [-Wreorder] const size_t m_segments; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:52:13: warning: base 'tgModel' [-Wreorder] tgModel() ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:50:1: warning: when initialized here [-Wreorder] NestedBoxTestModel::NestedBoxTestModel(size_t segments) : ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp: In member function 'virtual void NestedBoxTestModel::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/boxFeet/NestedBoxTestModel.cpp:164:18: warning: unused variable 'h' [-Wunused-variable] const double h = 0.5; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/CaterpillarModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/AppCaterpillar.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/T12SuperBallPayload.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/steve/T12SuperBallPayload/AppT12SuperBallPayload.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppT12SuperBallPayload In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/caterpillar/AppCaterpillar.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 26%] [ 26%] Building CXX object dev/btietz/muscleNPTests/CMakeFiles/AppSimpleMuscleNP.dir/AppsimpleMuscleNP.cpp.o Building CXX object dev/btietz/sphereFeet/CMakeFiles/AppSuperSphereBall.dir/AppSUPERSphereball.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 26%] Built target AppT12SuperBallPayload Scanning dependencies of target AppMuscleNPCons [ 26%] Building CXX object dev/btietz/muscleNPEnergy/CMakeFiles/AppMuscleNPCons.dir/MuscleNPCons.cpp.o Linking CXX executable AppCaterpillar [ 26%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/AppsimpleMuscleNP.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Built target AppCaterpillar In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ Scanning dependencies of target MuscleNPCons In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/T6SphereModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/AppSUPERSphereball.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 27%] Building CXX object dev/btietz/muscleNPEnergy/CMakeFiles/MuscleNPCons.dir/MuscleNPCons.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp: In member function 'virtual void simpleMuscleNP::step(double)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/simpleMuscleNP.cpp:127:11: warning: unused variable 'energy' [-Wunused-variable] btScalar energy = 0; ^ Linking CXX executable AppBoxStructureTest In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 27%] Built target AppBoxStructureTest Scanning dependencies of target AppHillyMuscleNP [ 27%] Building CXX object dev/btietz/muscleNPHills/CMakeFiles/AppHillyMuscleNP.dir/hillyMuscleNP.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/sphereFeet/AppSUPERSphereball.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppSuperSphereBall [ 27%] Built target AppSuperSphereBall Scanning dependencies of target AppNestedStructureDepthTest In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPTests/AppsimpleMuscleNP.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 27%] Building CXX object dev/radams/tgcreator/CMakeFiles/AppNestedStructureDepthTest.dir/AppNestedStructureDepthTest.cpp.o [ 28%] Building CXX object dev/btietz/muscleNPEnergy/CMakeFiles/AppMuscleNPCons.dir/AppMuscleNPCons.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp: In member function 'virtual void MuscleNPCons::step(double)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:153:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t i = 0; i < n; i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp: In member function 'virtual btVector3 MuscleNPCons::getVelocityOfBody(int) const': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:219:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(body_num < allRods.size() && body_num >= 0); ^ Linking CXX executable AppSimpleMuscleNP In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 28%] Built target AppSimpleMuscleNP Scanning dependencies of target AppStructuresOnStack [ 28%] Building CXX object dev/radams/tgcreator/CMakeFiles/AppStructuresOnStack.dir/AppStructuresOnStack.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Scanning dependencies of target AppTgBoxAnchorDebugDemo [ 29%] Building CXX object dev/apsabelhaus/tgBoxAnchorDebugDemo/CMakeFiles/AppTgBoxAnchorDebugDemo.dir/tgBoxAnchorDebugModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp: In member function 'virtual void MuscleNPCons::step(double)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:153:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t i = 0; i < n; i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp: In member function 'virtual btVector3 MuscleNPCons::getVelocityOfBody(int) const': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.cpp:219:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(body_num < allRods.size() && body_num >= 0); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/tgcreator/AppNestedStructureDepthTest.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/tgcreator/AppStructuresOnStack.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/tgcreator/AppNestedStructureDepthTest.cpp:31:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/tgcreator/AppNestedStructureDepthTest.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/tgcreator/AppStructuresOnStack.cpp:31:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgBoxAnchorDebugDemo/tgBoxAnchorDebugModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgBoxAnchorDebugDemo/tgBoxAnchorDebugModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/tgcreator/AppStructuresOnStack.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp: In function 'int main(int, char**)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:72:9: warning: unused variable 'energyStart' [-Wunused-variable] double energyStart = myModel->getEnergy(); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:73:12: warning: variable 'momentumStart' set but not used [-Wunused-but-set-variable] btVector3 momentumStart = myModel->getMomentum(); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:74:12: warning: variable 'velocityStart' set but not used [-Wunused-but-set-variable] btVector3 velocityStart = myModel->getVelocityOfBody(2); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:79:9: warning: unused variable 'energyEnd' [-Wunused-variable] double energyEnd = myModel->getEnergy(); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:80:12: warning: variable 'momentumEnd' set but not used [-Wunused-but-set-variable] btVector3 momentumEnd = myModel->getMomentum(); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:81:12: warning: variable 'velocityEnd' set but not used [-Wunused-but-set-variable] btVector3 velocityEnd = myModel->getVelocityOfBody(2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/tgcreator/AppStructuresOnStack.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppStructuresOnStack In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/MuscleNPCons.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPEnergy/AppMuscleNPCons.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppMuscleNPCons [ 30%] Building CXX object dev/btietz/muscleNPHills/CMakeFiles/AppHillyMuscleNP.dir/AppHillyMuscleNP.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/radams/tgcreator/AppNestedStructureDepthTest.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 30%] Built target AppStructuresOnStack Linking CXX shared library libMuscleNPCons.so Linking CXX executable AppNestedStructureDepthTest Scanning dependencies of target AppTwoSpringsSuperBall In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgBoxAnchorDebugDemo/tgBoxAnchorDebugModel.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 30%] Built target AppMuscleNPCons [ 30%] [ 30%] Building CXX object dev/jbruce/twoSpringSUPERball/CMakeFiles/AppTwoSpringsSuperBall.dir/T6Model.cpp.o Building CXX object dev/apsabelhaus/tgBoxAnchorDebugDemo/CMakeFiles/AppTgBoxAnchorDebugDemo.dir/AppTgBoxAnchorDebugDemo.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgBoxAnchorDebugDemo/tgBoxAnchorDebugModel.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 30%] Built target MuscleNPCons Scanning dependencies of target AppInternalFiction [ 30%] Building CXX object dev/jbruce/internalFriction/CMakeFiles/AppInternalFiction.dir/T6Model.cpp.o [ 30%] Built target AppNestedStructureDepthTest Scanning dependencies of target AppSineWaveEscapeController [ 31%] Building CXX object dev/jbruce/sineWaveEscapeController/CMakeFiles/AppSineWaveEscapeController.dir/T6Model.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/hillyMuscleNP.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/AppHillyMuscleNP.cpp:25: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgBoxAnchorDebugDemo/tgBoxAnchorDebugModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgBoxAnchorDebugDemo/AppTgBoxAnchorDebugDemo.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/apsabelhaus/tgBoxAnchorDebugDemo/AppTgBoxAnchorDebugDemo.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 31%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Building CXX object dev/jbruce/twoSpringSUPERball/CMakeFiles/AppTwoSpringsSuperBall.dir/AppSUPERball.cpp.o Linking CXX executable AppTgBoxAnchorDebugDemo In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/muscleNPHills/AppHillyMuscleNP.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 31%] Built target AppTgBoxAnchorDebugDemo [ 31%] Building CXX object dev/jbruce/internalFriction/CMakeFiles/AppInternalFiction.dir/AppSUPERball.cpp.o Linking CXX executable AppHillyMuscleNP In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 31%] Built target AppHillyMuscleNP In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Scanning dependencies of target AppBigPuppy [ 31%] Building CXX object dev/dhustigschultz/BigPuppy_Model/CMakeFiles/AppBigPuppy.dir/BigPuppy.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/twoSpringSUPERball/AppSUPERball.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/internalFriction/AppSUPERball.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp: In member function 'void T6Model::addNodes(tgStructure&)': /home/bbadmin/buildbot/slave/master/build/src/dev/jbruce/sineWaveEscapeController/T6Model.cpp:135:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i, double)': /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp:68:16: warning: unused variable 'setTension' [-Wunused-variable] double setTension = in_controller->control(*(stringList[i]), ^ /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp: In member function 'void NestedStructureSineWaves::applyImpedanceControlOutside(std::vector, double, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp:89:16: warning: unused variable 'setTension' [-Wunused-variable] double setTension = out_controller->control(*(stringList[i]), ^ [ 35%] Building CXX object examples/SUPERball/CMakeFiles/AppSUPERball.dir/AppSUPERball.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:33, from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureSineWaves.cpp:36: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.h: In constructor 'tgDataObserver::tgDataObserver(std::string)': /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.h:73:20: warning: 'tgDataObserver::m_dataLogger' will be initialized after [-Wreorder] tgDataLogger * m_dataLogger; ^ /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.h:69:17: warning: 'std::string tgDataObserver::m_filePrefix' [-Wreorder] std::string m_filePrefix; ^ /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.cpp:44:1: warning: when initialized here [-Wreorder] tgDataObserver::tgDataObserver(std::string filePrefix) : ^ /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.cpp: In member function 'virtual void tgDataObserver::onSetup(tgModel&)': /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.cpp:109:23: warning: unused variable 'n' [-Wunused-variable] const std::size_t n = 0; ^ [ 36%] Building CXX object dev/dhustigschultz/BigPuppy_Terrain/CMakeFiles/AppBigPuppy_Terrain.dir/AppBigPuppy.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/sensors/tgDataObserver.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX shared library libsensors.so In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.cpp:48: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.cpp: In member function 'virtual void BigPuppy::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.cpp:535:18: warning: unused variable 'damping' [-Wunused-variable] const double damping = .01*stiffness; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.cpp:536:18: warning: unused variable 'pretension' [-Wunused-variable] const double pretension = 0.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.cpp:537:18: warning: unused variable 'history' [-Wunused-variable] const bool history = false; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.cpp:538:18: warning: unused variable 'maxTens' [-Wunused-variable] const double maxTens = 7000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.cpp:539:18: warning: unused variable 'maxSpeed' [-Wunused-variable] const double maxSpeed = 12.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.cpp:543:18: warning: unused variable 'passivePretension2' [-Wunused-variable] const double passivePretension2 = 1000; ^ [ 36%] Built target sensors [ 37%] Building CXX object examples/NestedTetrahedrons/CMakeFiles/AppNestedStructureTest.dir/AppNestedTetrahedrons.cpp.o [ 37%] Building CXX object dev/dhustigschultz/BigPuppy_HT/CMakeFiles/AppBigPuppy_HandTuned.dir/AppBigPuppy.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/T6Model.h:29, from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/AppSUPERball.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Terrain/BigPuppy.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Terrain/AppBigPuppy.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/SUPERball/AppSUPERball.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppSUPERball In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/NestedStructureTestModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/AppNestedTetrahedrons.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target BuildModel In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Terrain/AppBigPuppy.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppBigPuppy_Terrain [ 37%] Building CXX object yamlbuilder/CMakeFiles/BuildModel.dir/TensegrityModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/BigPuppy.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/AppBigPuppy.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 37%] Built target AppSUPERball [ 37%] Built target AppBigPuppy_Terrain Scanning dependencies of target AppBuilderTest [ 37%] Building CXX object dev/tests/CMakeFiles/AppBuilderTest.dir/AppBuilderTest.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/examples/NestedTetrahedrons/AppNestedTetrahedrons.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target TensegrityModel Linking CXX executable AppNestedStructureTest [ 37%] Building CXX object yamlbuilder/CMakeFiles/TensegrityModel.dir/TensegrityModel.cpp.o [ 37%] Built target AppNestedStructureTest In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_HT/AppBigPuppy.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target AppConnectorTest [ 38%] [ 38%] Building CXX object yamlbuilder/CMakeFiles/BuildModel.dir/BuildTensegrityModel.cpp.o Building CXX object dev/tests/CMakeFiles/AppConnectorTest.dir/AppConnectorTest.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppBuilderTest.cpp:21: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppBigPuppy_HandTuned [ 38%] Built target AppBigPuppy_HandTuned Scanning dependencies of target AppHilbert2D [ 38%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:35, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Building CXX object dev/tests/CMakeFiles/AppHilbert2D.dir/AppHilbert2D.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/ConnectorTestModel.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppConnectorTest.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:35, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppBuilderTest.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:37, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/BuildTestModel.h:24:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppBuilderTest.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:35, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/BuildTensegrityModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/ConnectorTestModel.h:24:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppConnectorTest.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/ConnectorTestModel.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppConnectorTest.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:41:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20:0: /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h: In member function 'void Hilbert2DModel::makePairs(tgStructure&)': /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:111:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 1; i < n; i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26:0: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:26:0: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp: In member function 'void TensegrityModel::removePair(tgStructure&, const tgNode*, const tgNode*, bool, const std::vector&, tgBuildSpec&)': /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:557:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < rigidAgents.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp: In member function 'void TensegrityModel::removePair(tgStructure&, const tgNode*, const tgNode*, bool, const std::vector&, tgBuildSpec&)': /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.cpp:557:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < rigidAgents.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/BuildTensegrityModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/BuildTensegrityModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/BuildTensegrityModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/BuildTensegrityModel.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/Hilbert2DModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppHilbert2D.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppBuilderTest.cpp:23: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppHilbert2D Linking CXX executable AppBuilderTest [ 38%] Built target AppHilbert2D In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/BuildTensegrityModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target AppRBStringTest [ 39%] Building CXX object dev/tests/CMakeFiles/AppRBStringTest.dir/RBStringTest.cpp.o [ 39%] Built target AppBuilderTest Scanning dependencies of target AppRotationTest [ 39%] Building CXX object dev/tests/CMakeFiles/AppRotationTest.dir/AppRotationTest.cpp.o Scanning dependencies of target AppStructureTest [ 40%] Building CXX object dev/tests/CMakeFiles/AppStructureTest.dir/AppStructureTest.cpp.o Linking CXX executable AppConnectorTest [ 40%] Built target AppConnectorTest In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target testTgBuildSpec [ 40%] Building CXX object dev/tests/CMakeFiles/testTgBuildSpec.dir/testTgBuildSpec.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:24: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/StructureTestModel.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppStructureTest.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:19:0: /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h: In constructor 'RBStringTest::RBStringTest(tgNode*, tgNode*, const RBStringTest::Config&)': /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:79:19: warning: 'RBStringTest::m_pEndNode' will be initialized after [-Wreorder] const tgNode* m_pEndNode; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:75:12: warning: 'RBStringTest::Config RBStringTest::m_config' [-Wreorder] Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:49:1: warning: when initialized here [-Wreorder] RBStringTest::RBStringTest(tgNode* start, tgNode* end, const RBStringTest::Config& config) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:19:0: /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:75:12: warning: 'RBStringTest::m_config' will be initialized after [-Wreorder] Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:53:13: warning: base 'tgModel' [-Wreorder] tgModel() ^ /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:49:1: warning: when initialized here [-Wreorder] RBStringTest::RBStringTest(tgNode* start, tgNode* end, const RBStringTest::Config& config) : ^ /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp: In member function 'virtual void RBStringTest::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.cpp:106:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 1; i < children.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgBuildSpec.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRotationTest.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 40%] Building CXX object yamlbuilder/CMakeFiles/TensegrityModel.dir/TensegrityModelController.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRotationTest.cpp:20:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRotationTest.cpp:22:0: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/StructureTestModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppStructureTest.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/StructureTestModel.h:37, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppStructureTest.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgBuildSpec.cpp:21: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 40%] Building CXX object yamlbuilder/CMakeFiles/BuildModel.dir/TensegrityModelController.cpp.o [ 40%] Building CXX object dev/tests/CMakeFiles/AppRBStringTest.dir/AppRBString.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgBuildSpec.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable testTgBuildSpec In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRotationTest.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 40%] Built target testTgBuildSpec Scanning dependencies of target testTgStructure [ 41%] Linking CXX executable AppRotationTest In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:35, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ Building CXX object dev/tests/CMakeFiles/testTgStructure.dir/testTgStructure.cpp.o /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 41%] Built target AppRotationTest Linking CXX executable AppStructureTest In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRBString.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target learningSpines [ 41%] Built target AppStructureTest [ 41%] Building CXX object examples/learningSpines/CMakeFiles/learningSpines.dir/BaseSpineModelLearning.cpp.o Scanning dependencies of target AppCordeTest [ 42%] Building CXX object dev/btietz/Corde/CMakeFiles/AppCordeTest.dir/CordeModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:35, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/RBStringTest.h:28, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/AppRBString.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h: In constructor 'BaseSpineModelLearning::BaseSpineModelLearning(int)': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:92:23: warning: 'BaseSpineModelLearning::m_segments' will be initialized after [-Wreorder] const std::size_t m_segments; ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:42:13: warning: base 'tgModel' [-Wreorder] tgModel() ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:40:1: warning: when initialized here [-Wreorder] BaseSpineModelLearning::BaseSpineModelLearning(int segments) : ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp: In member function 'virtual btVector3 BaseSpineModelLearning::getSegmentCOMVector(int) const': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:145:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (n >= m_segments) ^ Linking CXX executable AppRBStringTest In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNode.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:38, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgStructure.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgStructure.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgStructure.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 42%] Built target AppRBStringTest In file included from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29:0: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ Scanning dependencies of target AppLineInsertionCheck [ 42%] Building CXX object dev/btietz/Corde/CMakeFiles/AppLineInsertionCheck.dir/AppLineInsertionCheck.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/CordeModel.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/tests/testTgStructure.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX executable testTgStructure In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 42%] Building CXX object examples/learningSpines/CMakeFiles/learningSpines.dir/BaseSpineCPGControl.cpp.o [ 42%] Built target testTgStructure Scanning dependencies of target AppVerticalSpine [ 43%] Building CXX object dev/ultra-spine/VerticalSpine/CMakeFiles/AppVerticalSpine.dir/VerticalSpineModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29:0: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ Linking CXX static library libTensegrityModel.a [ 43%] Built target TensegrityModel [ 43%] Building CXX object dev/btietz/Corde/CMakeFiles/AppCordeTest.dir/AppCordeTest.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/CordeModel.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/CordeModel.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 43%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTaggable.h:37:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRigidInfo.h:33, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:42, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/AppLineInsertionCheck.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ Building CXX object examples/learningSpines/CMakeFiles/learningSpines.dir/tgCPGActuatorControl.cpp.o /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/AppLineInsertionCheck.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModelController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppLineInsertionCheck Linking CXX executable BuildModel [ 43%] Built target AppLineInsertionCheck [ 44%] Building CXX object examples/learningSpines/CMakeFiles/learningSpines.dir/tgCPGLogger.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/AppCordeTest.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 44%] Built target BuildModel In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target AppPrismModel [ 44%] Building CXX object examples/3_prism/CMakeFiles/AppPrismModel.dir/PrismModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.cpp:36: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.h: In constructor 'VerticalSpineModel::VerticalSpineModel(size_t)': /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.h:216:18: warning: 'VerticalSpineModel::m_segments' will be initialized after [-Wreorder] const size_t m_segments; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.cpp:50:13: warning: base 'tgModel' [-Wreorder] tgModel() ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.cpp:48:1: warning: when initialized here [-Wreorder] VerticalSpineModel::VerticalSpineModel(size_t segments) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/CordeModel.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/Corde/AppCordeTest.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppCordeTest In file included from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h: In constructor 'BaseSpineCPGControl::Config::Config(int, int, int, int, int, double, double, double, double, double, double, double, double, bool, double, double, double)': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:112:22: warning: 'BaseSpineCPGControl::Config::controlLength' will be initialized after [-Wreorder] const double controlLength; ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:102:22: warning: 'const double BaseSpineCPGControl::Config::lowFreq' [-Wreorder] const double lowFreq; ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:51:1: warning: when initialized here [-Wreorder] BaseSpineCPGControl::Config::Config(int ss, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h: In constructor 'BaseSpineCPGControl::BaseSpineCPGControl(BaseSpineCPGControl::Config, std::string, std::string, std::string, std::string)': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:188:20: warning: 'BaseSpineCPGControl::m_dataObserver' will be initialized after [-Wreorder] tgDataObserver m_dataObserver; ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:144:19: warning: 'CPGEquations* BaseSpineCPGControl::m_pCPGSys' [-Wreorder] CPGEquations* m_pCPGSys; ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:133:1: warning: when initialized here [-Wreorder] BaseSpineCPGControl::BaseSpineCPGControl(BaseSpineCPGControl::Config config, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp: In member function 'virtual void BaseSpineCPGControl::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.cpp:311:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ [ 44%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ Built target AppCordeTest /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ [ 45%] Building CXX object examples/3_prism/CMakeFiles/AppPrismModel.dir/AppPrismModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h: In constructor 'tgCPGActuatorControl::tgCPGActuatorControl(double)': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:116:12: warning: 'tgCPGActuatorControl::m_totalTime' will be initialized after [-Wreorder] double m_totalTime; ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:114:18: warning: 'const double tgCPGActuatorControl::m_controlStep' [-Wreorder] const double m_controlStep; ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:43:1: warning: when initialized here [-Wreorder] tgCPGActuatorControl::tgCPGActuatorControl(const double controlStep) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp: In member function 'void tgCPGActuatorControl::setConnectivity(const std::vector&, array_4D)': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:136:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < allStrings.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/PrismModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/AppPrismModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 45%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Building CXX object dev/ultra-spine/VerticalSpine/CMakeFiles/AppVerticalSpine.dir/AppVerticalSpine.cpp.o [ 45%] Building CXX object dev/ultra-spine/VerticalSpine/CMakeFiles/AppVerticalSpine.dir/VerticalSpineBendingController.cpp.o Scanning dependencies of target AppPrismModel_Serialize [ 45%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism/AppPrismModel.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Building CXX object examples/3_prism_serialize/CMakeFiles/AppPrismModel_Serialize.dir/PrismModel.cpp.o Scanning dependencies of target AppEscape Linking CXX executable AppPrismModel Linking CXX shared library liblearningSpines.so [ 45%] Building CXX object examples/craterEscape/CMakeFiles/AppEscape.dir/EscapeModel.cpp.o [ 45%] Built target AppPrismModel [ 45%] Building CXX object dev/ultra-spine/VerticalSpine/CMakeFiles/AppVerticalSpine.dir/VerticalSpinePassiveController.cpp.o [ 45%] Built target learningSpines In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/AppVerticalSpine.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target AppHorizontalSpine In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineBendingController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 45%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Building CXX object dev/ultra-spine/HorizontalSpine/CMakeFiles/AppHorizontalSpine.dir/AppHorizontalSpine.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineBendingController.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineBendingController.h: In constructor 'VerticalSpineBendingController::VerticalSpineBendingController()': /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineBendingController.h:103:10: warning: 'VerticalSpineBendingController::m_updateTime' will be initialized after [-Wreorder] double m_updateTime; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineBendingController.h:102:18: warning: 'tgDataObserver VerticalSpineBendingController::m_dataObserver' [-Wreorder] tgDataObserver m_dataObserver; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineBendingController.cpp:42:1: warning: when initialized here [-Wreorder] VerticalSpineBendingController::VerticalSpineBendingController(): ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/AppVerticalSpine.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 45%] Building CXX object examples/craterEscape/CMakeFiles/AppEscape.dir/EscapeController.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpineModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpinePassiveController.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpinePassiveController.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpinePassiveController.h: In constructor 'VerticalSpinePassiveController::VerticalSpinePassiveController()': /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpinePassiveController.h:96:10: warning: 'VerticalSpinePassiveController::m_updateTime' will be initialized after [-Wreorder] double m_updateTime; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpinePassiveController.h:95:18: warning: 'tgDataObserver VerticalSpinePassiveController::m_dataObserver' [-Wreorder] tgDataObserver m_dataObserver; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine/VerticalSpinePassiveController.cpp:42:1: warning: when initialized here [-Wreorder] VerticalSpinePassiveController::VerticalSpinePassiveController(): ^ [ 45%] Building CXX object examples/3_prism_serialize/CMakeFiles/AppPrismModel_Serialize.dir/AppPrismModel.cpp.o Linking CXX executable AppVerticalSpine In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 45%] Built target AppVerticalSpine Scanning dependencies of target AppBigDoxie In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/PrismModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/AppPrismModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 45%] Building CXX object dev/dhustigschultz/BigDoxie/CMakeFiles/AppBigDoxie.dir/BigDoxie.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/3_prism_serialize/AppPrismModel.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target BigDoxie In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/../../../yamlbuilder/TensegrityModel.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/AppHorizontalSpine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 45%] Building CXX object dev/dhustigschultz/BigDoxie/CMakeFiles/BigDoxie.dir/BigDoxie.cpp.o Linking CXX executable AppPrismModel_Serialize In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 45%] Built target AppPrismModel_Serialize [ 46%] Building CXX object examples/craterEscape/CMakeFiles/AppEscape.dir/AppEscape.cpp.o [ 46%] Building CXX object dev/dhustigschultz/BigDoxie/CMakeFiles/AppBigDoxie.dir/AppBigDoxie.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_concepts.hpp:9, from /home/bbadmin/buildbot/slave/master/build/src/learning/AnnealEvolution/AnnealEvolution.h:34, from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.h:32, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.h:33, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp: In member function 'virtual std::vector > EscapeController::transformActions(std::vector >)': /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:167:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i EscapeController::readManualParams(int, std::string)': /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.cpp:377:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0; i < result.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/AppBigDoxie.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/AppHorizontalSpine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/AppHorizontalSpine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/../../../yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/AppHorizontalSpine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/AppBigDoxie.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/AppHorizontalSpine.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/../../../yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/../../../yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ Scanning dependencies of target AppBigDoxieNoFeet [ 47%] Building CXX object dev/dhustigschultz/BigDoxieNoFeet/CMakeFiles/AppBigDoxieNoFeet.dir/BigDoxieNoFeet.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeModel.h:29, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/AppEscape.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_concepts.hpp:9, from /home/bbadmin/buildbot/slave/master/build/src/learning/AnnealEvolution/AnnealEvolution.h:34, from /home/bbadmin/buildbot/slave/master/build/src/learning/Adapters/AnnealAdapter.h:32, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/EscapeController.h:33, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/AppEscape.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/HorizontalSpine/AppHorizontalSpine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Linking CXX executable AppHorizontalSpine In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/craterEscape/AppEscape.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target BigDoxieNoFeet [ 47%] Linking CXX executable AppEscape Building CXX object dev/dhustigschultz/BigDoxieNoFeet/CMakeFiles/BigDoxieNoFeet.dir/BigDoxieNoFeet.cpp.o [ 47%] Built target AppHorizontalSpine Scanning dependencies of target AppBigDoxieSpirals [ 47%] Building CXX object dev/dhustigschultz/BigDoxieSpirals/CMakeFiles/AppBigDoxieSpirals.dir/BigDoxieSpirals.cpp.o [ 47%] Built target AppEscape Scanning dependencies of target BigDoxieSpirals [ 48%] Building CXX object dev/dhustigschultz/BigDoxieSpirals/CMakeFiles/BigDoxieSpirals.dir/BigDoxieSpirals.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppBigDoxie [ 48%] Built target AppBigDoxie In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Scanning dependencies of target AppBigPuppySymmetric [ 48%] Building CXX object dev/dhustigschultz/BigPuppy_Symmetric/CMakeFiles/AppBigPuppySymmetric.dir/BigPuppySymmetric.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Linking CXX static library libBigDoxie.a In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 48%] Built target BigDoxie [ 49%] Building CXX object dev/dhustigschultz/BigDoxieSpirals/CMakeFiles/AppBigDoxieSpirals.dir/AppBigDoxieSpirals.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/AppBigDoxieSpirals.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 49%] Building CXX object dev/dhustigschultz/BigDoxieNoFeet/CMakeFiles/AppBigDoxieNoFeet.dir/AppBigDoxieNoFeet.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/AppBigDoxieSpirals.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 49%] Building CXX object dev/dhustigschultz/BigPuppy_Symmetric/CMakeFiles/AppBigPuppySymmetric.dir/AppBigPuppySymmetric.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/AppBigDoxieNoFeet.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX static library libBigDoxieNoFeet.a [ 49%] Built target BigDoxieNoFeet Scanning dependencies of target BigPuppySymmetric [ 49%] Building CXX object dev/dhustigschultz/BigPuppy_Symmetric/CMakeFiles/BigPuppySymmetric.dir/BigPuppySymmetric.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/AppBigPuppySymmetric.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/AppBigDoxieNoFeet.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppBigDoxieSpirals In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppBigDoxieNoFeet [ 49%] Built target AppBigDoxieSpirals Scanning dependencies of target BaseQuadModelLearning [ 49%] Building CXX object dev/dhustigschultz/BigPuppy_SpineOnly_Stats/CMakeFiles/BaseQuadModelLearning.dir/BaseQuadModelLearning.cpp.o [ 49%] Built target AppBigDoxieNoFeet Linking CXX static library libBigDoxieSpirals.a Scanning dependencies of target AppBigPuppySymmetricSpiral1 [ 49%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral1/CMakeFiles/AppBigPuppySymmetricSpiral1.dir/BigPuppySymmetricSpiral1.cpp.o [ 49%] Built target BigDoxieSpirals Scanning dependencies of target BigPuppySymmetricSpiral1 [ 49%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral1/CMakeFiles/BigPuppySymmetricSpiral1.dir/BigPuppySymmetricSpiral1.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/AppBigPuppySymmetric.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target AppBigPuppySymmetricSpiral2 [ 49%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral2/CMakeFiles/AppBigPuppySymmetricSpiral2.dir/BigPuppySymmetricSpiral2.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Linking CXX executable AppBigPuppySymmetric In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:29:0: /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h: In constructor 'BaseQuadModelLearning::BaseQuadModelLearning(int, int)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:99:23: warning: 'BaseQuadModelLearning::m_hips' will be initialized after [-Wreorder] const std::size_t m_hips; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:44:13: warning: base 'tgModel' [-Wreorder] tgModel() ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:41:1: warning: when initialized here [-Wreorder] BaseQuadModelLearning::BaseQuadModelLearning(int segments, int hips) : ^ [ 49%] Built target AppBigPuppySymmetric /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp: In member function 'virtual std::vector BaseQuadModelLearning::getCOM(int)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:136:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (n >= m_subStructures) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp: In member function 'virtual btVector3 BaseQuadModelLearning::getSegmentCOMVector(int)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:190:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (n >= m_subStructures) ^ [ 50%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral1/CMakeFiles/AppBigPuppySymmetricSpiral1.dir/AppBigPuppySymmetricSpiral1.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Linking CXX static library libBaseQuadModelLearning.a [ 50%] Built target BaseQuadModelLearning Scanning dependencies of target BigPuppySymmetricSpiral2 [ 51%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral2/CMakeFiles/BigPuppySymmetricSpiral2.dir/BigPuppySymmetricSpiral2.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/AppBigPuppySymmetricSpiral1.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp: In member function 'virtual void BigPuppySymmetricSpiral2::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:570:18: warning: unused variable 'pretension' [-Wunused-variable] const double pretension = 0.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:572:18: warning: unused variable 'maxTens' [-Wunused-variable] const double maxTens = 7000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:573:18: warning: unused variable 'maxSpeed' [-Wunused-variable] const double maxSpeed = 12.0; ^ Linking CXX static library libBigPuppySymmetric.a In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/AppBigPuppySymmetricSpiral1.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 51%] Built target BigPuppySymmetric Scanning dependencies of target AppBigPuppySymmetricSpiralSegments Scanning dependencies of target BigPuppySymmetricSpiralSegments [ 51%] [ 51%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/CMakeFiles/BigPuppySymmetricSpiralSegments.dir/BigPuppySymmetricSpiralSegments.cpp.o Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/CMakeFiles/AppBigPuppySymmetricSpiralSegments.dir/BigPuppySymmetricSpiralSegments.cpp.o Linking CXX executable AppBigPuppySymmetricSpiral1 In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 51%] Built target AppBigPuppySymmetricSpiral1 In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Scanning dependencies of target AppBigPuppySpineOnly [ 51%] Building CXX object dev/dhustigschultz/BigPuppy_SpineOnly/CMakeFiles/AppBigPuppySpineOnly.dir/BigPuppySpineOnly.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp: In member function 'virtual void BigPuppySymmetricSpiral2::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:570:18: warning: unused variable 'pretension' [-Wunused-variable] const double pretension = 0.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:572:18: warning: unused variable 'maxTens' [-Wunused-variable] const double maxTens = 7000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.cpp:573:18: warning: unused variable 'maxSpeed' [-Wunused-variable] const double maxSpeed = 12.0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Linking CXX static library libBigPuppySymmetricSpiral1.a In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 51%] Built target BigPuppySymmetricSpiral1 /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp: In member function 'virtual void BigPuppySymmetricSpiralSegments::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:469:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:485:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ Scanning dependencies of target BigPuppySpineOnly [ 51%] Building CXX object dev/dhustigschultz/BigPuppy_SpineOnly/CMakeFiles/BigPuppySpineOnly.dir/BigPuppySpineOnly.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp: In member function 'virtual void BigPuppySymmetricSpiralSegments::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:469:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.cpp:485:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 51%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral2/CMakeFiles/AppBigPuppySymmetricSpiral2.dir/AppBigPuppySymmetricSpiral2.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp: In member function 'void BigPuppySpineOnly::addSegments(tgStructure&, tgStructure&, tgStructure&, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:103:18: warning: unused variable 'offsetDist3' [-Wunused-variable] const double offsetDist3 = offsetDist2+2; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp: In member function 'virtual void BigPuppySpineOnly::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:321:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/AppBigPuppySymmetricSpiral2.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX static library libBigPuppySymmetricSpiral2.a In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/AppBigPuppySymmetricSpiral2.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 51%] Built target BigPuppySymmetricSpiral2 [ 51%] Building CXX object dev/dhustigschultz/BigPuppy_SpineOnly/CMakeFiles/AppBigPuppySpineOnly.dir/AppBigPuppySpineOnly.cpp.o Linking CXX executable AppBigPuppySymmetricSpiral2 Linking CXX static library libBigPuppySymmetricSpiralSegments.a [ 51%] [ 51%] Built target AppBigPuppySymmetricSpiral2 Built target BigPuppySymmetricSpiralSegments [ 51%] In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/CMakeFiles/AppBigPuppySymmetricSpiralSegments.dir/AppBigPuppySymmetricSpiralSegments.cpp.o /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Scanning dependencies of target AppBigPuppySpineOnlyStats In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 51%] Building CXX object dev/dhustigschultz/BigPuppy_SpineOnly_Stats/CMakeFiles/AppBigPuppySpineOnlyStats.dir/BigPuppySpineOnlyStats.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp: In member function 'void BigPuppySpineOnly::addSegments(tgStructure&, tgStructure&, tgStructure&, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:103:18: warning: unused variable 'offsetDist3' [-Wunused-variable] const double offsetDist3 = offsetDist2+2; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp: In member function 'virtual void BigPuppySpineOnly::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.cpp:321:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/AppBigPuppySpineOnly.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/AppBigPuppySymmetricSpiralSegments.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target BigPuppySpineOnlyStats [ 52%] Building CXX object dev/dhustigschultz/BigPuppy_SpineOnly_Stats/CMakeFiles/BigPuppySpineOnlyStats.dir/BigPuppySpineOnlyStats.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/AppBigPuppySymmetricSpiralSegments.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/AppBigPuppySpineOnly.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppBigPuppySymmetricSpiralSegments Linking CXX executable AppBigPuppySpineOnly Scanning dependencies of target AppBigPuppyNoFeet [ 52%] Building CXX object dev/dhustigschultz/BigPuppy_NoFeet/CMakeFiles/AppBigPuppyNoFeet.dir/BigPuppyNoFeet.cpp.o [ 52%] Built target AppBigPuppySymmetricSpiralSegments [ 53%] Building CXX object dev/dhustigschultz/BigPuppy_SpineOnly_Stats/CMakeFiles/AppBigPuppySpineOnlyStats.dir/AppBigPuppySpineOnlyStats.cpp.o [ 53%] Built target AppBigPuppySpineOnly [ 53%] Building CXX object dev/dhustigschultz/BigPuppy_NoFeet/CMakeFiles/AppBigPuppyNoFeet.dir/AppBigPuppyNoFeet.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp: In member function 'void BigPuppySpineOnlyStats::addSegments(tgStructure&, tgStructure&, tgStructure&, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:103:18: warning: unused variable 'offsetDist3' [-Wunused-variable] const double offsetDist3 = offsetDist2+2; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp: In member function 'virtual void BigPuppySpineOnlyStats::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:321:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/AppBigPuppySpineOnlyStats.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/AppBigPuppyNoFeet.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX static library libBigPuppySpineOnly.a In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/AppBigPuppySpineOnlyStats.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 53%] [ 53%] Built target BigPuppySpineOnly Building CXX object dev/dhustigschultz/BigPuppy_SpineOnly_Stats/CMakeFiles/AppBigPuppySpineOnlyStats.dir/BaseQuadModelLearning.cpp.o Scanning dependencies of target BigPuppyNoFeet In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ [ 53%] /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Building CXX object dev/dhustigschultz/BigPuppy_NoFeet/CMakeFiles/BigPuppyNoFeet.dir/BigPuppyNoFeet.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp: In member function 'void BigPuppySpineOnlyStats::addSegments(tgStructure&, tgStructure&, tgStructure&, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:103:18: warning: unused variable 'offsetDist3' [-Wunused-variable] const double offsetDist3 = offsetDist2+2; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp: In member function 'virtual void BigPuppySpineOnlyStats::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.cpp:321:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/AppBigPuppyNoFeet.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target AppBigPuppyRigidFeet [ 53%] Building CXX object dev/dhustigschultz/BigPuppy_RigidFeet/CMakeFiles/AppBigPuppyRigidFeet.dir/BigPuppyRigidFeet.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp: In member function 'virtual void BigPuppyNoFeet::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:533:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:543:18: warning: unused variable 'pretension' [-Wunused-variable] const double pretension = 0.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:544:18: warning: unused variable 'history' [-Wunused-variable] const bool history = true; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:545:18: warning: unused variable 'maxTens' [-Wunused-variable] const double maxTens = 7000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:546:18: warning: unused variable 'maxSpeed' [-Wunused-variable] const double maxSpeed = 12.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:631:18: warning: unused variable 'yOffset_foot' [-Wunused-variable] const double yOffset_foot = -(2*rod_space+6); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:29:0: /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h: In constructor 'BaseQuadModelLearning::BaseQuadModelLearning(int, int)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:99:23: warning: 'BaseQuadModelLearning::m_hips' will be initialized after [-Wreorder] const std::size_t m_hips; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:44:13: warning: base 'tgModel' [-Wreorder] tgModel() ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:41:1: warning: when initialized here [-Wreorder] BaseQuadModelLearning::BaseQuadModelLearning(int segments, int hips) : ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp: In member function 'virtual std::vector BaseQuadModelLearning::getCOM(int)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:136:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (n >= m_subStructures) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp: In member function 'virtual btVector3 BaseQuadModelLearning::getSegmentCOMVector(int)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:190:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (n >= m_subStructures) ^ Scanning dependencies of target BigPuppyRigidFeet In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ [ 53%] /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Building CXX object dev/dhustigschultz/BigPuppy_RigidFeet/CMakeFiles/BigPuppyRigidFeet.dir/BigPuppyRigidFeet.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Linking CXX executable AppBigPuppySpineOnlyStats In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp: In member function 'virtual void BigPuppyNoFeet::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:533:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:543:18: warning: unused variable 'pretension' [-Wunused-variable] const double pretension = 0.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:544:18: warning: unused variable 'history' [-Wunused-variable] const bool history = true; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:545:18: warning: unused variable 'maxTens' [-Wunused-variable] const double maxTens = 7000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:546:18: warning: unused variable 'maxSpeed' [-Wunused-variable] const double maxSpeed = 12.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_NoFeet/BigPuppyNoFeet.cpp:631:18: warning: unused variable 'yOffset_foot' [-Wunused-variable] const double yOffset_foot = -(2*rod_space+6); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 53%] Built target AppBigPuppySpineOnlyStats [ 54%] Building CXX object dev/dhustigschultz/BigPuppy_RigidFeet/CMakeFiles/AppBigPuppyRigidFeet.dir/AppBigPuppyRigidFeet.cpp.o Linking CXX static library libBigPuppySpineOnlyStats.a In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 54%] Built target BigPuppySpineOnlyStats In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Scanning dependencies of target BigPuppySymmetricSpiralMetrics [ 54%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/CMakeFiles/BigPuppySymmetricSpiralMetrics.dir/BigPuppySymmetricSpiralMetrics.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp: In member function 'virtual void BigPuppyRigidFeet::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:548:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:558:18: warning: unused variable 'pretension' [-Wunused-variable] const double pretension = 0.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:559:18: warning: unused variable 'history' [-Wunused-variable] const bool history = true; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:560:18: warning: unused variable 'maxTens' [-Wunused-variable] const double maxTens = 7000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:561:18: warning: unused variable 'maxSpeed' [-Wunused-variable] const double maxSpeed = 12.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:646:18: warning: unused variable 'yOffset_foot' [-Wunused-variable] const double yOffset_foot = -(2*rod_space+6); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Linking CXX executable AppBigPuppyNoFeet In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/AppBigPuppyRigidFeet.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp: In member function 'virtual void BigPuppyRigidFeet::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:548:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:558:18: warning: unused variable 'pretension' [-Wunused-variable] const double pretension = 0.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:559:18: warning: unused variable 'history' [-Wunused-variable] const bool history = true; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:560:18: warning: unused variable 'maxTens' [-Wunused-variable] const double maxTens = 7000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:561:18: warning: unused variable 'maxSpeed' [-Wunused-variable] const double maxSpeed = 12.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/BigPuppyRigidFeet.cpp:646:18: warning: unused variable 'yOffset_foot' [-Wunused-variable] const double yOffset_foot = -(2*rod_space+6); ^ [ 54%] Built target AppBigPuppyNoFeet Scanning dependencies of target AppBigPuppySymmetricSpiralMetrics [ 54%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/CMakeFiles/AppBigPuppySymmetricSpiralMetrics.dir/BigPuppySymmetricSpiralMetrics.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_RigidFeet/AppBigPuppyRigidFeet.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target AppMountainGoat [ 55%] Building CXX object dev/dhustigschultz/MountainGoat/CMakeFiles/AppMountainGoat.dir/MountainGoat.cpp.o Linking CXX static library libBigPuppyNoFeet.a [ 55%] Built target BigPuppyNoFeet Scanning dependencies of target MountainGoat [ 55%] Building CXX object dev/dhustigschultz/MountainGoat/CMakeFiles/MountainGoat.dir/MountainGoat.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp: In member function 'virtual void BigPuppySymmetricSpiralMetrics::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:469:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:478:18: warning: unused variable 'stiffnessPassive2' [-Wunused-variable] const double stiffnessPassive2 = 3000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:485:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:488:18: warning: unused variable 'passivePretension4' [-Wunused-variable] const double passivePretension4 = 2500.0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppBigPuppyRigidFeet In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ [ 55%] /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Built target AppBigPuppyRigidFeet [ 55%] In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Building CXX object dev/dhustigschultz/MountainGoat/CMakeFiles/AppMountainGoat.dir/AppMountainGoat.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp: In member function 'virtual void BigPuppySymmetricSpiralMetrics::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:469:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:478:18: warning: unused variable 'stiffnessPassive2' [-Wunused-variable] const double stiffnessPassive2 = 3000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:485:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.cpp:488:18: warning: unused variable 'passivePretension4' [-Wunused-variable] const double passivePretension4 = 2500.0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:48: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:48: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp: In member function 'virtual void MountainGoat::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:484:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:494:18: warning: unused variable 'stiffnessPassive3' [-Wunused-variable] const double stiffnessPassive3 = 10000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:501:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ Linking CXX static library libBigPuppyRigidFeet.a [ 55%] Built target BigPuppyRigidFeet /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp: In member function 'virtual void MountainGoat::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:484:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:494:18: warning: unused variable 'stiffnessPassive3' [-Wunused-variable] const double stiffnessPassive3 = 10000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.cpp:501:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ Scanning dependencies of target AppMountainGoatFM0 [ 56%] Building CXX object dev/dhustigschultz/MountainGoatFM0/CMakeFiles/AppMountainGoatFM0.dir/MountainGoatFM0.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/AppMountainGoat.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/AppMountainGoat.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target MountainGoatFM0 [ 56%] Building CXX object dev/dhustigschultz/MountainGoatFM0/CMakeFiles/MountainGoatFM0.dir/MountainGoatFM0.cpp.o Linking CXX static library libBigPuppySymmetricSpiralMetrics.a [ 56%] Built target BigPuppySymmetricSpiralMetrics Scanning dependencies of target AppMountainGoatAchilles [ 56%] Building CXX object dev/dhustigschultz/MountainGoatAchilles/CMakeFiles/AppMountainGoatAchilles.dir/MountainGoatAchilles.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 57%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/CMakeFiles/AppBigPuppySymmetricSpiralMetrics.dir/AppBigPuppySymmetricSpiralMetrics.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:48: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp: In member function 'virtual void MountainGoatFM0::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:485:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:495:18: warning: unused variable 'stiffnessPassive3' [-Wunused-variable] const double stiffnessPassive3 = 10000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:502:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ Linking CXX static library libMountainGoat.a [ 57%] Built target MountainGoat [ 57%] Building CXX object dev/dhustigschultz/MountainGoatFM0/CMakeFiles/AppMountainGoatFM0.dir/AppMountainGoatFM0.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/AppBigPuppySymmetricSpiralMetrics.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppMountainGoat In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:48: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:48: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/AppBigPuppySymmetricSpiralMetrics.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp: In member function 'virtual void MountainGoatFM0::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:485:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:495:18: warning: unused variable 'stiffnessPassive3' [-Wunused-variable] const double stiffnessPassive3 = 10000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.cpp:502:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp: In member function 'virtual void MountainGoatAchilles::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:515:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:527:18: warning: unused variable 'stiffnessPassive3' [-Wunused-variable] const double stiffnessPassive3 = 10000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:537:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ Linking CXX executable AppBigPuppySymmetricSpiralMetrics [ 57%] Built target AppMountainGoat [ 57%] Building CXX object dev/dhustigschultz/MountainGoatAchilles/CMakeFiles/AppMountainGoatAchilles.dir/AppMountainGoatAchilles.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/AppMountainGoatFM0.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 57%] Built target AppBigPuppySymmetricSpiralMetrics Scanning dependencies of target MountainGoatAchilles [ 57%] Building CXX object dev/dhustigschultz/MountainGoatAchilles/CMakeFiles/MountainGoatAchilles.dir/MountainGoatAchilles.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/AppMountainGoatFM0.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target AppMountainGoatNL2 [ 57%] Building CXX object dev/dhustigschultz/MountainGoatNL2/CMakeFiles/AppMountainGoatNL2.dir/MountainGoatNL2.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/AppMountainGoatAchilles.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppMountainGoatFM0 In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/AppMountainGoatAchilles.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 57%] Building CXX object dev/dhustigschultz/MountainGoatNL2/CMakeFiles/AppMountainGoatNL2.dir/AppMountainGoatNL2.cpp.o [ 57%] Built target AppMountainGoatFM0 Scanning dependencies of target MountainGoatNL2 In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 58%] Building CXX object dev/dhustigschultz/MountainGoatNL2/CMakeFiles/MountainGoatNL2.dir/MountainGoatNL2.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:48: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp: In member function 'virtual void MountainGoatAchilles::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:515:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:527:18: warning: unused variable 'stiffnessPassive3' [-Wunused-variable] const double stiffnessPassive3 = 10000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.cpp:537:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/AppMountainGoatNL2.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp: In member function 'virtual void MountainGoatNL2::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:480:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:490:18: warning: unused variable 'stiffnessPassive3' [-Wunused-variable] const double stiffnessPassive3 = 10000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:497:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/AppMountainGoatNL2.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppMountainGoatAchilles Linking CXX static library libMountainGoatFM0.a [ 58%] Built target MountainGoatFM0 Scanning dependencies of target App6Bar [ 59%] Building CXX object dev/ezhu/6BarTensegrity/CMakeFiles/App6Bar.dir/RPLengthController_rand.cpp.o [ 59%] Built target AppMountainGoatAchilles In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Scanning dependencies of target AppWorldImportTest /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp: In member function 'virtual void MountainGoatNL2::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:480:18: warning: unused variable 'rod_space2' [-Wunused-variable] const double rod_space2 = 8.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:490:18: warning: unused variable 'stiffnessPassive3' [-Wunused-variable] const double stiffnessPassive3 = 10000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatNL2/MountainGoatNL2.cpp:497:18: warning: unused variable 'passivePretension' [-Wunused-variable] const double passivePretension = 1000; ^ Scanning dependencies of target App12Bar [ 59%] Building CXX object dev/ezhu/WorldImportTest/CMakeFiles/AppWorldImportTest.dir/RPLengthController_rand.cpp.o [ 59%] Building CXX object dev/mcdaly/12BarTensegrity/CMakeFiles/App12Bar.dir/App12Bar.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBasicActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController_rand.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX static library libMountainGoatAchilles.a [ 59%] Built target MountainGoatAchilles In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBasicActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController_rand.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 60%] Building CXX object dev/ezhu/WorldImportTest/CMakeFiles/AppWorldImportTest.dir/AppWorldImportTest.cpp.o Linking CXX executable AppMountainGoatNL2 In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/App12Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 60%] Built target AppMountainGoatNL2 In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController_rand.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController_rand.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Scanning dependencies of target AppFlemonsSpineLearningCL In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController_rand.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 60%] In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController_rand.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController_rand.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Building CXX object examples/learningSpines/OctahedralComplex/CMakeFiles/AppFlemonsSpineLearningCL.dir/FlemonsSpineModelLearningCL.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/../../../yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController_rand.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/App12Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ Linking CXX static library libMountainGoatNL2.a /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/App12Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 60%] Built target MountainGoatNL2 In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController_rand.cpp:33:0: /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController_rand.cpp: In member function 'virtual void RPLengthController::onStep(TensegrityModel&, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController_rand.cpp:70:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int k = 0; k < (actuators.size()-1); k++) { ^ [ 60%] Building CXX object dev/mcdaly/12BarTensegrity/CMakeFiles/App12Bar.dir/RPLengthController_rand.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController_rand.cpp:33:0: /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/../../../yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/../../../yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController_rand.cpp: In member function 'virtual void RPLengthController::onStep(TensegrityModel&, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController_rand.cpp:70:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int k = 0; k < (actuators.size()-1); k++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/AppWorldImportTest.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/App12Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/RPLengthController_rand.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/RPLengthController_rand.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 60%] Building CXX object dev/ezhu/6BarTensegrity/CMakeFiles/App6Bar.dir/App6Bar.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/App12Bar.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/AppWorldImportTest.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/AppWorldImportTest.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Scanning dependencies of target AppRibModelLearning In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBasicActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController_rand.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/AppWorldImportTest.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 60%] Building CXX object examples/learningSpines/ribDemo/CMakeFiles/AppRibModelLearning.dir/RibModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/App12Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/AppWorldImportTest.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController_rand.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController_rand.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:38: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/App6Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController_rand.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ Scanning dependencies of target AppTetraSpineLearning /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 60%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineLearning.dir/TetraSpineLearningModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/WorldImportTest/AppWorldImportTest.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppWorldImportTest In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/App6Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:32:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/App6Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ [ 60%] Built target AppWorldImportTest /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:36: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Scanning dependencies of target AppTetraSpineSerial [ 61%] /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp: In function 'void {anonymous}::addSegments(tgStructure&, const tgStructure&, const tgStructure&, double, size_t)': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.cpp:127:14: warning: unused variable 'r02End' [-Wunused-variable] size_t r02End = r02.getNodes().size(); ^ Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineSerial.dir/SerializedSineWaves.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/shared_ptr.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/ptr.h:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/node/node.h:16, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/yaml-cpp/yaml.h:16, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:42, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/App6Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController_rand.cpp:31:0: /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/../../../yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController_rand.cpp: In member function 'virtual void RPLengthController::onStep(TensegrityModel&, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController_rand.cpp:69:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int k=0;k::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/App6Bar.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:187:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool debugging_on = false; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/abstractMarker.h:29, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/mcdaly/12BarTensegrity/RPLengthController_rand.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:30, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/../../../yamlbuilder/TensegrityModel.h:38, from /home/bbadmin/buildbot/slave/master/build/src/dev/ezhu/6BarTensegrity/App6Bar.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable App12Bar In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp: In member function 'void SerializedSineWaves::applyImpedanceControlInside(std::vector, double, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp:132:16: warning: unused variable 'setTension' [-Wunused-variable] double setTension = m_config.in_controller->control(*(stringList_ba[i]), ^ /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp: In member function 'void SerializedSineWaves::applyImpedanceControlOutside(std::vector, double, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp:157:16: warning: unused variable 'setTension' [-Wunused-variable] double setTension = m_config.out_controller->control(*( stringList_ba[i]), ^ Linking CXX executable App6Bar [ 62%] Building CXX object examples/learningSpines/OctahedralComplex/CMakeFiles/AppFlemonsSpineLearningCL.dir/AppFlemonsSpineLearningCL.cpp.o [ 62%] Built target App12Bar [ 62%] Building CXX object examples/learningSpines/ribDemo/CMakeFiles/AppRibModelLearning.dir/AppRibModelLearning.cpp.o [ 62%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineLearning.dir/TetraSpineCPGControl.cpp.o [ 62%] Built target App6Bar In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.h:80, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletCollisionCommon.h:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/btBulletDynamicsCommon.h:20, from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgUtil.h:33, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/SerializedSineWaves.cpp:36: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 62%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineSerial.dir/TetraSpineLearningModel.cpp.o Scanning dependencies of target CPG_feedback [ 62%] Building CXX object dev/CPG_feedback/CMakeFiles/CPG_feedback.dir/CPGNodeFB.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 62%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineLearning.dir/AppTetraSpineLearning.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btQuickprof.h:22:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGNodeFB.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 63%] Building CXX object dev/CPG_feedback/CMakeFiles/CPG_feedback.dir/CPGEquationsFB.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/RibModel.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/AppRibModelLearning.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/AppFlemonsSpineLearningCL.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/AppFlemonsSpineLearningCL.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/AppRibModelLearning.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/AppFlemonsSpineLearningCL.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/AppRibModelLearning.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/AppFlemonsSpineLearningCL.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/AppRibModelLearning.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 63%] Building CXX object examples/learningSpines/TetraSpine/CMakeFiles/AppTetraSpineSerial.dir/AppTetraSpineSerial.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/ribDemo/AppRibModelLearning.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/AppFlemonsSpineLearningCL.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppRibModelLearning Linking CXX executable AppFlemonsSpineLearningCL In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineLearning.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineLearningModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineSerial.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineLearning.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ [ 63%] Built target AppRibModelLearning [ 63%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineLearning.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ Building CXX object dev/CPG_feedback/CMakeFiles/CPG_feedback.dir/SpineFeedbackControl.cpp.o [ 63%] Built target AppFlemonsSpineLearningCL In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/TetraSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineLearning.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target AppTetraSpineStatic [ 64%] Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/AppTetraSpineStatic.dir/SerializedSpineControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineSerial.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppTetraSpineSerial Scanning dependencies of target tetraSpineHardware [ 64%] Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/tetraSpineHardware.dir/TetraSpineStaticModel_hf.cpp.o [ 64%] Built target AppTetraSpineSerial [ 64%] Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/tetraSpineHardware.dir/TetraSpineStaticModel.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetraSpine/AppTetraSpineLearning.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp: In member function 'void SerializedSpineControl::applyImpedanceControlGeneric(tgImpedanceController*, std::vector, std::vector, std::vector, double, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:204:16: warning: unused variable 'setTension' [-Wunused-variable] double setTension = controller->controlTension(m_sca, ^ Linking CXX executable AppTetraSpineLearning In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp: In member function 'virtual void TetraSpineStaticModel_hf::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:245:18: warning: unused variable 'oldDensity' [-Wunused-variable] const double oldDensity = .00311; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp: In member function 'std::vector TetraSpineStaticModel_hf::getStringMaxTensions() const': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:344:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i::type& boost::serialization::base_object(Derived&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_101' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp:101:5: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( is_base_and_derived::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_102' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/serialization/base_object.hpp:102:5: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(! is_pointer::value); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp: In member function 'virtual void TetraSpineStaticModel::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:242:18: warning: unused variable 'oldDensity' [-Wunused-variable] const double oldDensity = .00311; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp: In member function 'boost::numeric::ublas::vector_unary::reference boost::numeric::ublas::vector_unary::operator()(boost::numeric::ublas::vector_unary::size_type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_284' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp:284:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((boost::is_same >::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp: In member function 'boost::numeric::ublas::vector_unary::reference boost::numeric::ublas::vector_unary::operator[](boost::numeric::ublas::vector_unary::size_type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_294' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector_expression.hpp:294:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((boost::is_same >::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_assign(V&, const boost::numeric::ublas::vector_expression&, boost::numeric::ublas::sparse_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_351' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:351:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((!functor_type::computed)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector.hpp:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_assign(V&, const boost::numeric::ublas::vector_expression&, boost::numeric::ublas::sparse_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:382:39: warning: typedef 'reference' locally defined but not used [-Wunused-local-typedefs] typedef typename V::reference reference; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/vector.hpp:21:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp: In function 'void boost::numeric::ublas::vector_swap(V&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::sparse_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/vector_assign.hpp:516:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename V::value_type value_type; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp: In member function 'virtual void SpineFeedbackControl::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:232:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i SpineFeedbackControl::getFeedback(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:355:18: warning: unused variable 'dt' [-Wunused-variable] const double dt = 0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:353:5: warning: label 'std' defined but not used [-Wunused-label] std:vector feedback; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp: In member function 'std::vector SpineFeedbackControl::transformFeedbackActions(std::vector >&)': /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.cpp:402:2: warning: label 'std' defined but not used [-Wunused-label] std:vector feedback; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::vector_matrix_binary_traits >::result_type boost::numeric::ublas::outer_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::vector_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_778' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:778:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In member function 'boost::numeric::ublas::matrix_unary2::reference boost::numeric::ublas::matrix_unary2::operator()(boost::numeric::ublas::matrix_unary2::size_type, boost::numeric::ublas::matrix_unary2::size_type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1295' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:1295:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((boost::is_same >::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary1_traits::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::vector_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_3720' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:3720:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E2::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary1_traits::precision_type, E1, typename boost::numeric::ublas::type_traits::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::vector_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_3748' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:3748:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E2::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary2_traits::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4110' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4110:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_vector_binary2_traits::precision_type, E1, typename boost::numeric::ublas::type_traits::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4138' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4138:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_matrix_binary_traits::result_type boost::numeric::ublas::prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4815' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4815:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp: In function 'typename boost::numeric::ublas::matrix_matrix_binary_traits::precision_type, E1, typename boost::numeric::ublas::type_traits::precision_type, E2>::result_type boost::numeric::ublas::prec_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_4843' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix_expression.hpp:4843:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT (E1::complexity == 0 && E2::complexity == 0); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_assign(M&, const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::sparse_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_902' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:902:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((!functor_type::computed)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_assign(M&, const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::sparse_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_934' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:934:9: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ((!functor_type::computed)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/matrix.hpp:18:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:24, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::packed_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1306:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::packed_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1332:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1360:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::value_type value_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp: In function 'void boost::numeric::ublas::matrix_swap(M&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/detail/matrix_assign.hpp:1485:40: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::value_type value_type; ^ Scanning dependencies of target AppVerticalSpineCableCollision [ 65%] Building CXX object dev/ultra-spine/VerticalSpine_CableCollision/CMakeFiles/AppVerticalSpineCableCollision.dir/VerticalSpineModelCableCollision.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.cpp:38: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:16:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::vector_expression&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:132:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::vector_expression&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:162:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::vector_expression&, V&, boost::numeric::ublas::sparse_bidirectional_iterator_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:191:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:193:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename V::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:353:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&, V&, boost::numeric::ublas::packed_random_access_iterator_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:383:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'V& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::vector_expression&, const boost::numeric::ublas::matrix_expression&, V&, boost::numeric::ublas::sparse_bidirectional_iterator_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:414:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:415:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename V::size_type size_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, TRI, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:504:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:505:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:506:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, TRI, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:533:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:537:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, TRI, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:583:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:584:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:585:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::axpy_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, TRI, boost::numeric::ublas::sparse_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:612:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:616:39: warning: typedef 'size_type' locally defined but not used [-Wunused-local-typedefs] typedef typename M::size_type size_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::opb_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::row_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:741:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:742:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:743:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp: In function 'M& boost::numeric::ublas::opb_prod(const boost::numeric::ublas::matrix_expression&, const boost::numeric::ublas::matrix_expression&, M&, boost::numeric::ublas::dense_proxy_tag, boost::numeric::ublas::column_major_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:772:19: warning: typedef 'matrix_type' locally defined but not used [-Wunused-local-typedefs] typedef M matrix_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:773:26: warning: typedef 'expression1_type' locally defined but not used [-Wunused-local-typedefs] typedef const E1 expression1_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/operation.hpp:774:26: warning: typedef 'expression2_type' locally defined but not used [-Wunused-local-typedefs] typedef const E2 expression2_type; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp: In member function 'virtual void TetraSpineStaticModel::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.cpp:242:18: warning: unused variable 'oldDensity' [-Wunused-variable] const double oldDensity = .00311; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::column_major_tag, boost::numeric::ublas::dense_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1862:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::column_major_tag, boost::numeric::ublas::unknown_storage_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1917:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::dense_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1946:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::packed_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:1972:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::vector_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::row_major_tag, boost::numeric::ublas::unknown_storage_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2001:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::dense_proxy_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2377:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp: In function 'void boost::numeric::ublas::inplace_solve(const boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::matrix_expression&, boost::numeric::ublas::lower_tag, boost::numeric::ublas::unknown_storage_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/triangular.hpp:2438:46: warning: typedef 'difference_type' locally defined but not used [-Wunused-local-typedefs] typedef typename E2::difference_type difference_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:25:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp: In function 'void boost::numeric::ublas::swap_rows(const PM&, MV&, boost::numeric::ublas::vector_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:66:41: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename MV::value_type value_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp: In function 'void boost::numeric::ublas::swap_rows(const PM&, MV&, boost::numeric::ublas::matrix_tag)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/ublas/lu.hpp:78:41: warning: typedef 'value_type' locally defined but not used [-Wunused-local-typedefs] typedef typename MV::value_type value_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine_CableCollision/VerticalSpineModelCableCollision.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine_CableCollision/VerticalSpineModelCableCollision.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target AppBigPuppySymmetricArching [ 66%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricArching/CMakeFiles/AppBigPuppySymmetricArching.dir/BigPuppySymmetricArching.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/fusion/view/single_view/detail/next_impl.hpp: In static member function 'static boost::fusion::extension::next_impl::apply::type boost::fusion::extension::next_impl::apply::call(const Iterator&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_40' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/fusion/view/single_view/detail/next_impl.hpp:40:21: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((type::position::value < 2)); ^ [ 66%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/tetraSpineHardware.dir/SerializedSpineControl.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/integral_c.hpp:32, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/integral_constant.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine_CableCollision/VerticalSpineModelCableCollision.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine_CableCollision/VerticalSpineModelCableCollision.cpp:44: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine_CableCollision/VerticalSpineModelCableCollision.cpp: At global scope: /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine_CableCollision/VerticalSpineModelCableCollision.cpp:101:13: warning: integer overflow in expression [-Woverflow] 100000*1000000, // maxTens ^ /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine_CableCollision/VerticalSpineModelCableCollision.cpp:104:3: warning: narrowing conversion of '1215752192' from 'int' to 'double' inside { } is ill-formed in C++11 [-Wnarrowing] }; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/BigPuppySymmetricArching.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/BigPuppySymmetricArching.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/bind.hpp:29:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/bind.hpp:26, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/base/explicit_stepper_base.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/euler.hpp:23, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:27, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/arg.hpp: In constructor 'boost::arg::arg(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_placeholder' locally defined but not used [-Wunused-local-typedefs] typedef char T_must_be_placeholder[ I == is_placeholder::value? 1: -1 ]; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX shared library liboctahedralComplex.so In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_171' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:171:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In constructor 'boost::units::quantity::quantity(const boost::units::quantity&, typename boost::disable_if::type, boost::units::detail::is_non_narrowing_conversion >, typename boost::units::detail::disable_if_is_same::type>::type*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_196' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:196:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In constructor 'boost::units::quantity::quantity(const boost::units::quantity&, typename boost::enable_if::type, boost::units::detail::is_non_narrowing_conversion >, typename boost::units::detail::disable_if_is_same::type>::type*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_212' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:212:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_234' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:234:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_implicitly_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_235' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:235:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator+=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_248' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:248:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_same::type, Unit>::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator-=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_257' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:257:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_same::type, Unit>::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator*=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_265' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:265:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_same::type, Unit>::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::this_type& boost::units::quantity::operator/=(const boost::units::quantity&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_273' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:273:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_same::type, Unit>::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp: In member function 'boost::units::quantity::type>, Y>::this_type& boost::units::quantity::type>, Y>::operator=(const boost::units::quantity, YY>&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_370' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/units/quantity.hpp:370:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((boost::is_convertible::value == true)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/utility/value_init.hpp: In member function 'boost::initialized& boost::initialized::operator=(const boost::initialized&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_123' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/utility/value_init.hpp:123:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ! is_const::value ); ^ [ 66%] Built target octahedralComplex Scanning dependencies of target BigPuppySymmetricArching [ 66%] Building CXX object dev/dhustigschultz/BigPuppy_SymmetricArching/CMakeFiles/BigPuppySymmetricArching.dir/BigPuppySymmetricArching.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/integral_c.hpp:32, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/integral_constant.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/util/ublas_wrapper.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:25, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/copy.hpp: In function 'OutputIterator boost::range::copy(const SinglePassRange&, OutputIterator)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check33' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/copy.hpp:33:5: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ [ 66%] Building CXX object dev/btietz/TetraSpineStatic/CMakeFiles/AppTetraSpineStatic.dir/TetraSpineStaticModel_hf.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:24:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'int boost::math::tools::digits()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_47' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:47:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_48' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:48:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2 || ::std::numeric_limits::radix == 10); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::max_value()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_62' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:62:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::min_value()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_74' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:74:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::detail::log_max_value(const mpl_::int_<0>&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_134' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:134:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::detail::log_min_value(const mpl_::int_<0>&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_147' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:147:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::log_max_value()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_201' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:201:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp: In function 'T boost::math::tools::log_min_value()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/tools/precision.hpp:224:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp: In member function 'void boost::optional_detail::optional_base::construct(const Expr&, const boost::in_place_factory_base*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_355' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp:355:8: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ( ::boost::mpl::not_::value ) ; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp: In member function 'void boost::optional_detail::optional_base::construct(const Expr&, const boost::typed_in_place_factory_base*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_364' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/optional/optional.hpp:364:8: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT ( ::boost::mpl::not_::value ) ; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/BigPuppySymmetricArching.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/BigPuppySymmetricArching.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp: In member function 'void SerializedSpineControl::applyImpedanceControlGeneric(tgImpedanceController*, std::vector, std::vector, std::vector, double, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:204:16: warning: unused variable 'setTension' [-Wunused-variable] double setTension = controller->controlTension(m_sca, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/BigPuppySymmetricArching.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/BigPuppySymmetricArching.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/unchecked_factorial.hpp: In function 'RT boost::math::unchecked_factorial(unsigned int)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_285' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/unchecked_factorial.hpp:285:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ [ 66%] Building CXX object dev/ultra-spine/VerticalSpine_CableCollision/CMakeFiles/AppVerticalSpineCableCollision.dir/AppVerticalSpineCableCollision.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::detail::tgamma(T1, T2, const Policy&, mpl_::false_)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1363:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::tgamma_lower(RT1, RT2, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1492:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::gamma_q(RT1, RT2, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1523:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::gamma_p(RT1, RT2, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1554:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/gamma.hpp:1651:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/igamma_inverse.hpp: In member function 'boost::fusion::tuple boost::math::detail::gamma_p_inverse_func::operator()(const T&) const': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/detail/igamma_inverse.hpp:344:58: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'RT boost::math::factorial(unsigned int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_33' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:33:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'RT boost::math::double_factorial(unsigned int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_77' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:77:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'T boost::math::detail::rising_factorial_imp(T, int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_120' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:120:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp: In function 'T boost::math::detail::falling_factorial_imp(T, unsigned int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_156' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/factorials.hpp:156:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:30, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/numeric/odeint.hpp:45, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::beta(RT1, RT2, RT3, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp:1334:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp: In function 'typename boost::math::tools::promote_args::type boost::math::betac(RT1, RT2, RT3, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/beta.hpp:1352:64: warning: typedef 'evaluation_type' locally defined but not used [-Wunused-local-typedefs] typedef typename lanczos::lanczos::type evaluation_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/cbrt.hpp: In function 'T boost::math::detail::cbrt_imp(T, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_93' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/cbrt.hpp:93:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp: In function 'T boost::math::binomial_coefficient(unsigned int, unsigned int, const Policy&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_22' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/binomial.hpp:22:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!boost::is_integral::value); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp: In member function 'virtual std::vector& CPGEquationsFB::getXVars()': /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:74:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i != nodeList.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp: In member function 'virtual std::vector& CPGEquationsFB::getDXVars()': /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:91:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i != nodeList.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp: In member function 'virtual void CPGEquationsFB::updateNodes(std::vector&)': /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:110:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i != nodeList.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp: In member function 'virtual void CPGEquationsFB::updateNodeData(std::vector)': /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.cpp:126:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i!=nodeList.size(); i++){ ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/BigPuppySymmetricArching.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/BigPuppySymmetricArching.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine_CableCollision/VerticalSpineModelCableCollision.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/ultra-spine/VerticalSpine_CableCollision/AppVerticalSpineCableCollision.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/SerializedSpineControl.cpp:36: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp: In member function 'virtual void TetraSpineStaticModel_hf::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:245:18: warning: unused variable 'oldDensity' [-Wunused-variable] const double oldDensity = .00311; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp: In member function 'std::vector TetraSpineStaticModel_hf::getStringMaxTensions() const': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.cpp:344:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 67%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/BigPuppySymmetricArching.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/AppBigPuppySymmetricArching.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Building CXX object dev/btietz/ShortOC_sine/CMakeFiles/AppOctaCL_sine.dir/OctaCLSine.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/AppTetraSpineStatic.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX static library libBigPuppySymmetricArching.a Linking CXX executable AppTetraSpineStatic [ 67%] Built target BigPuppySymmetricArching In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:19:0: /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h: In constructor 'tgCPGCableControl::tgCPGCableControl(tgPIDController::Config, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.h:47:35: warning: 'tgCPGCableControl::m_config' will be initialized after [-Wreorder] const tgPIDController::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:39:12: warning: base 'tgCPGActuatorControl' [-Wreorder] usePID(true) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:35:1: warning: when initialized here [-Wreorder] tgCPGCableControl::tgCPGCableControl(tgPIDController::Config pid_config, const double controlStep) : ^ [ 67%] Built target AppTetraSpineStatic Scanning dependencies of target AppTetraSpineHardware [ 67%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricArching/AppBigPuppySymmetricArching.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Building CXX object dev/btietz/hardwareLearning/CMakeFiles/AppTetraSpineHardware.dir/tgCPGStringControl_mod.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCableAnchor.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/tgCPGCableControl.cpp:22: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppBigPuppySymmetricArching Scanning dependencies of target AppTetraSpineHardwareSine Linking CXX shared library libCPG_feedback.so [ 67%] Building CXX object dev/btietz/hardwareSineWaves/CMakeFiles/AppTetraSpineHardwareSine.dir/tgSineStringControl.cpp.o [ 67%] Built target CPG_feedback [ 67%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/AppOctaCL_sine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Built target AppBigPuppySymmetricArching [ 68%] Building CXX object dev/btietz/hardwareLearning/CMakeFiles/AppTetraSpineHardware.dir/LearningSpineJSON.cpp.o Scanning dependencies of target AppTetraSpineHT [ 68%] Building CXX object dev/btietz/handTunedSineWaves/CMakeFiles/AppTetraSpineHT.dir/htSpineSine.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/AppOctaCL_sine.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/AppOctaCL_sine.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/tgSineStringControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/tgSineStringControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/AppOctaCL_sine.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ [ 68%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ Building CXX object dev/btietz/hardwareSineWaves/CMakeFiles/AppTetraSpineHardwareSine.dir/LearningSpineSine.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/tgCPGStringControl_mod.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/AppOctaCL_sine.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 68%] Building CXX object dev/btietz/handTunedSineWaves/CMakeFiles/AppTetraSpineHT.dir/AppTetraSpineHT.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp: In member function 'virtual void OctaCLSine::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:150:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp: In member function 'virtual void OctaCLSine::setupWaves(BaseSpineModelLearning&, array_2D, array_2D)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:185:12: warning: unused variable 'tension' [-Wunused-variable] double tension; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:186:12: warning: unused variable 'kPosition' [-Wunused-variable] double kPosition; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_sine/OctaCLSine.cpp:187:12: warning: unused variable 'kVelocity' [-Wunused-variable] double kVelocity; ^ [ 69%] Building CXX object dev/btietz/hardwareSineWaves/CMakeFiles/AppTetraSpineHardwareSine.dir/AppTetraSpineHardwareSine.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 69%] Building CXX object dev/btietz/hardwareLearning/CMakeFiles/AppTetraSpineHardware.dir/AppTetraSpineHardwareLearning.cpp.o Linking CXX executable AppOctaCL_sine In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp: In member function 'virtual void LearningSpineSine::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.cpp:129:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/AppTetraSpineHT.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/htSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/AppTetraSpineHT.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target tetraCollisions [ 69%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/AppTetraSpineHardwareSine.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Building CXX object dev/btietz/tetraCollisions/CMakeFiles/tetraCollisions.dir/tscDataLogger.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/AppTetraSpineHardwareSine.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/AppTetraSpineHardwareSine.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/LearningSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/AppTetraSpineHardwareSine.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataLogger.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataLogger.cpp: In member function 'virtual void tscDataLogger::render(const tgRod&) const': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataLogger.cpp:49:15: warning: variable 'com' set but not used [-Wunused-but-set-variable] btVector3 com = rod.centerOfMass(); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataLogger.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataLogger.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 70%] Building CXX object dev/btietz/tetraCollisions/CMakeFiles/AppTetraSpineCol.dir/tscDataObserver.cpp.o [ 70%] Building CXX object dev/btietz/tetraCollisions/CMakeFiles/AppTetraSpineCol.dir/TetraSpineCollisions.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataLogger.cpp: In member function 'virtual void tscDataLogger::render(const tgRod&) const': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataLogger.cpp:49:15: warning: variable 'com' set but not used [-Wunused-but-set-variable] btVector3 com = rod.centerOfMass(); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/handTunedSineWaves/AppTetraSpineHT.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpineStatic/TetraSpineStaticModel.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/AppTetraSpineHardwareLearning.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataLogger.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppTetraSpineHT [ 70%] Building CXX object dev/btietz/tetraCollisions/CMakeFiles/tetraCollisions.dir/tscDataObserver.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/AppTetraSpineHardwareLearning.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/AppTetraSpineHardwareLearning.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 70%] Built target AppTetraSpineHT In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/LearningSpineJSON.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/AppTetraSpineHardwareLearning.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ [ 70%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Building CXX object dev/btietz/tetraCollisions/CMakeFiles/AppTetraSpineCol.dir/colSpineSine.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareSineWaves/AppTetraSpineHardwareSine.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppTetraSpineHardwareSine In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.h: In constructor 'tscDataObserver::tscDataObserver(std::string)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.h:74:21: warning: 'tscDataObserver::m_dataLogger' will be initialized after [-Wreorder] tscDataLogger * m_dataLogger; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.h:70:17: warning: 'std::string tscDataObserver::m_filePrefix' [-Wreorder] std::string m_filePrefix; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:45:1: warning: when initialized here [-Wreorder] tscDataObserver::tscDataObserver(std::string filePrefix) : ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp: In member function 'virtual void tscDataObserver::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:103:9: warning: unused variable 'rodNum' [-Wunused-variable] int rodNum = 0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 70%] Built target AppTetraSpineHardwareSine In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.h: In constructor 'tscDataObserver::tscDataObserver(std::string)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.h:74:21: warning: 'tscDataObserver::m_dataLogger' will be initialized after [-Wreorder] tscDataLogger * m_dataLogger; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.h:70:17: warning: 'std::string tscDataObserver::m_filePrefix' [-Wreorder] std::string m_filePrefix; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:45:1: warning: when initialized here [-Wreorder] tscDataObserver::tscDataObserver(std::string filePrefix) : ^ [ 70%] /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp: In member function 'virtual void tscDataObserver::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:103:9: warning: unused variable 'rodNum' [-Wunused-variable] int rodNum = 0; ^ Building CXX object dev/btietz/tetraCollisions/CMakeFiles/AppTetraSpineCol.dir/Wall.cpp.o Scanning dependencies of target KinematicString In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 70%] Building CXX object dev/btietz/kinematicString/CMakeFiles/KinematicString.dir/KinematicSpineCPGControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBaseRigid.h:32, from /home/bbadmin/buildbot/slave/master/build/src/core/tgRod.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/tscDataObserver.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 70%] Building CXX object dev/btietz/tetraCollisions/CMakeFiles/tetraCollisions.dir/TetraSpineCollisions.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/hardwareLearning/AppTetraSpineHardwareLearning.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppTetraSpineHardware In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 70%] Built target AppTetraSpineHardware In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target AppOctaCL_CPG [ 70%] Building CXX object dev/btietz/ShortOC_CPG/CMakeFiles/AppOctaCL_CPG.dir/AppOctaCL_CPG.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp: In member function 'void Wall::addNodes(tgStructure&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:118:15: warning: unused variable 'nBoxes' [-Wunused-variable] const int nBoxes = 1; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp: In member function 'virtual void colSpineSine::setupWaves(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:156:9: warning: unused variable 'phaseOffset' [-Wunused-variable] double phaseOffset; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 71%] Building CXX object dev/btietz/tetraCollisions/CMakeFiles/AppTetraSpineCol.dir/AppTetraSpineCol.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 72%] In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_CPG/AppOctaCL_CPG.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Building CXX object dev/btietz/tetraCollisions/CMakeFiles/tetraCollisions.dir/colSpineSine.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/KinematicSpineCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target AppJSONTests [ 72%] Building CXX object dev/btietz/JSONTests/CMakeFiles/AppJSONTests.dir/AppJSONTests.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_CPG/AppOctaCL_CPG.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_CPG/AppOctaCL_CPG.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_CPG/AppOctaCL_CPG.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 73%] Building CXX object dev/btietz/kinematicString/CMakeFiles/KinematicString.dir/tgSCASineControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/TetraSpineCollisions.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppJSONTests Scanning dependencies of target AppSpineJSON In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ [ 73%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ Building CXX object dev/btietz/JSONTests/CMakeFiles/AppSpineJSON.dir/JSONCPGControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 73%] Built target AppJSONTests [ 73%] Building CXX object dev/btietz/JSONTests/CMakeFiles/AppSpineJSON.dir/AppJSONSpine.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/tgSCASineControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/kinematicString/tgSCASineControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/ShortOC_CPG/AppOctaCL_CPG.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppOctaCL_CPG Linking CXX shared library libKinematicString.so [ 73%] Built target KinematicString In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 73%] Built target AppOctaCL_CPG Scanning dependencies of target flemonsSpineContact [ 74%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ Building CXX object dev/btietz/TCContact/CMakeFiles/flemonsSpineContact.dir/FlemonsSpineModelContact.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target AppFlemonsSpineContact [ 74%] Building CXX object dev/btietz/TCContact/CMakeFiles/AppFlemonsSpineContact.dir/FlemonsSpineModelContact.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp: In function 'int main(int, char**)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:110:8: warning: unused variable 'myWall' [-Wunused-variable] Wall* myWall = new Wall(wallOrigin); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:112:19: warning: unused variable 'myObstacle' [-Wunused-variable] tgBlockField* myObstacle = new tgBlockField(); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/Wall.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/AppTetraSpineCol.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp: In member function 'virtual void colSpineSine::setupWaves(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/tetraCollisions/colSpineSine.cpp:156:9: warning: unused variable 'phaseOffset' [-Wunused-variable] double phaseOffset; ^ Linking CXX executable AppTetraSpineCol In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 74%] Built target AppTetraSpineCol Scanning dependencies of target AppPIDTest [ 74%] Building CXX object dev/btietz/timestepTest/CMakeFiles/AppPIDTest.dir/pidTestRig.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppJSONSpine.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppJSONSpine.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppJSONSpine.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppJSONSpine.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:39: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:40: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Linking CXX shared library libtetraCollisions.so In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:39: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.cpp:40: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppJSONSpine.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 74%] Built target tetraCollisions [ 74%] Building CXX object dev/btietz/timestepTest/CMakeFiles/AppPIDTest.dir/AppPIDTest.cpp.o Scanning dependencies of target AppTSTest [ 75%] Building CXX object dev/btietz/timestepTest/CMakeFiles/AppTSTest.dir/tsTestRig.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:40: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:26:0: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h: In constructor 'pidTestRig::pidTestRig(bool)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h:153:10: warning: 'pidTestRig::useKinematic' will be initialized after [-Wreorder] bool useKinematic; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h:149:28: warning: 'tgImpedanceController* pidTestRig::p_ipc' [-Wreorder] tgImpedanceController* p_ipc; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:81:1: warning: when initialized here [-Wreorder] pidTestRig::pidTestRig(bool kinematic) : ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp: In member function 'virtual void pidTestRig::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.cpp:215:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i =0; i < myRigids.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/pidTestRig.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/AppPIDTest.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX static library libflemonsSpineContact.a [ 75%] Built target flemonsSpineContact [ 76%] Building CXX object dev/btietz/TCContact/CMakeFiles/AppFlemonsSpineContact.dir/AppFlemonsSpineContact.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/AppPIDTest.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 76%] Building CXX object dev/btietz/timestepTest/CMakeFiles/AppTSTest.dir/AppTimestepTest.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Linking CXX executable AppSpineJSON In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:36: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Scanning dependencies of target TimestepTest [ 76%] Building CXX object dev/btietz/timestepTest/CMakeFiles/TimestepTest.dir/tsTestRig.cpp.o Linking CXX executable AppPIDTest [ 76%] Built target AppSpineJSON [ 76%] Built target AppPIDTest Scanning dependencies of target AppMultiTerrain [ 77%] Building CXX object dev/btietz/multiTerrain/CMakeFiles/AppMultiTerrain.dir/AppMultiTerrain.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/AppTimestepTest.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target AppMultiTerrain_Tetra [ 78%] Building CXX object dev/btietz/TetraSpine_multiTerrain/CMakeFiles/AppMultiTerrain_Tetra.dir/TetraSpineKinematic.cpp.o [ 78%] Building CXX object dev/btietz/TetraSpine_multiTerrain/CMakeFiles/AppMultiTerrain_Tetra.dir/AppMultiTerrain_Tetra.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/terrain/tgBoxGround.h:38:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/AppTimestepTest.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppTSTest In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/AppFlemonsSpineContact.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/timestepTest/tsTestRig.cpp:36: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 78%] Built target AppTSTest In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/AppFlemonsSpineContact.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/TetraSpineKinematic.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/TetraSpineKinematic.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/AppFlemonsSpineContact.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/AppFlemonsSpineContact.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target JSONControl [ 78%] Building CXX object dev/btietz/JSONTests/CMakeFiles/JSONControl.dir/JSONCPGControl.cpp.o Linking CXX shared library libTimestepTest.so [ 78%] Built target TimestepTest In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/TetraSpineKinematic.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/TetraSpineKinematic.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Scanning dependencies of target AppTerrainJSON [ 78%] Building CXX object dev/btietz/JSONTests/CMakeFiles/AppTerrainJSON.dir/JSONCPGControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/AppFlemonsSpineContact.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppFlemonsSpineContact [ 78%] Built target AppFlemonsSpineContact In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ Scanning dependencies of target AppMGControl In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 78%] Building CXX object dev/dhustigschultz/MG_Controller/CMakeFiles/AppMGControl.dir/AppMGControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/TetraSpineKinematic.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target JSONMGCPGGeneralControl [ 78%] Building CXX object dev/dhustigschultz/MG_Controller/CMakeFiles/JSONMGCPGGeneralControl.dir/JSONMGCPGGeneralControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.h:37, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain/AppMultiTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppMultiTerrain [ 79%] Building CXX object dev/btietz/JSONTests/CMakeFiles/JSONControl.dir/JSONFeedbackControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 79%] Built target AppMultiTerrain In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target JSONMGFeedbackControl [ 79%] Building CXX object dev/dhustigschultz/MG_Controller/CMakeFiles/JSONMGFeedbackControl.dir/JSONMGFeedbackControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.h:37, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TetraSpine_multiTerrain/AppMultiTerrain_Tetra.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 79%] Building CXX object dev/btietz/JSONTests/CMakeFiles/AppTerrainJSON.dir/JSONFeedbackControl.cpp.o Linking CXX executable AppMultiTerrain_Tetra /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ Linking CXX static library libJSONMGCPGGeneralControl.a /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ [ 79%] Built target JSONMGCPGGeneralControl Scanning dependencies of target tgCPGGMGActuatorControl [ 79%] Built target AppMultiTerrain_Tetra [ 79%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ [ 80%] Building CXX object dev/dhustigschultz/MG_Controller/CMakeFiles/tgCPGGMGActuatorControl.dir/tgCPGMGActuatorControl.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ Building CXX object dev/dhustigschultz/MG_Controller/CMakeFiles/AppMGControl.dir/JSONMGFeedbackControl.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp: In member function 'virtual void JSONFeedbackControl::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:160:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/AppMGControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp: In member function 'virtual void JSONFeedbackControl::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.cpp:160:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp: In member function 'virtual void JSONMGFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:165:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 81%] Building CXX object dev/btietz/JSONTests/CMakeFiles/AppTerrainJSON.dir/tgCPGJSONLogger.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h: In constructor 'tgCPGMGActuatorControl::tgCPGMGActuatorControl(double)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:117:12: warning: 'tgCPGMGActuatorControl::m_totalTime' will be initialized after [-Wreorder] double m_totalTime; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:115:18: warning: 'const double tgCPGMGActuatorControl::m_controlStep' [-Wreorder] const double m_controlStep; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:44:1: warning: when initialized here [-Wreorder] tgCPGMGActuatorControl::tgCPGMGActuatorControl(const double controlStep) : ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp: In member function 'void tgCPGMGActuatorControl::setConnectivity(const std::vector&, array_3D)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:137:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < allStrings.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp: In member function 'virtual void JSONMGFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGFeedbackControl.cpp:165:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 81%] Building CXX object dev/btietz/JSONTests/CMakeFiles/JSONControl.dir/tgCPGJSONLogger.cpp.o Linking CXX static library libtgCPGGMGActuatorControl.a [ 81%] Built target tgCPGGMGActuatorControl [ 81%] [ 81%] Building CXX object dev/dhustigschultz/MG_Controller/CMakeFiles/AppMGControl.dir/JSONMGCPGGeneralControl.cpp.o Building CXX object dev/btietz/JSONTests/CMakeFiles/AppTerrainJSON.dir/AppTerrainJSON.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/tgCPGJSONLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/tgCPGJSONLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/tgCPGJSONLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX static library libJSONMGFeedbackControl.a [ 81%] Built target JSONMGFeedbackControl Scanning dependencies of target tgCPGMGCableControl [ 81%] [ 81%] Building CXX object dev/dhustigschultz/MG_Controller/CMakeFiles/tgCPGMGCableControl.dir/tgCPGMGCableControl.cpp.o Building CXX object dev/dhustigschultz/MG_Controller/CMakeFiles/AppMGControl.dir/tgCPGMGCableControl.cpp.o [ 81%] Building CXX object dev/dhustigschultz/MG_Controller/CMakeFiles/AppMGControl.dir/tgCPGMGActuatorControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/tgCPGJSONLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/tgCPGJSONLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/tgCPGJSONLogger.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/JSONMGCPGGeneralControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX shared library libJSONControl.so In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TCContact/FlemonsSpineModelContact.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 81%] Built target JSONControl In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ Scanning dependencies of target AppFlemonsSpineLearning In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ [ 81%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ Building CXX object examples/learningSpines/TetrahedralComplex/CMakeFiles/AppFlemonsSpineLearning.dir/FlemonsSpineModelLearning.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:22, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19:0: /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h: In constructor 'tgCPGMGCableControl::tgCPGMGCableControl(tgPIDController::Config, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:50:35: warning: 'tgCPGMGCableControl::m_config' will be initialized after [-Wreorder] const tgPIDController::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:39:12: warning: base 'tgCPGMGActuatorControl' [-Wreorder] usePID(true) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:35:1: warning: when initialized here [-Wreorder] tgCPGMGCableControl::tgCPGMGCableControl(tgPIDController::Config pid_config, const double controlStep) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCableAnchor.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:22: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target TetrahedralComplex In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:19:0: /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h: In constructor 'tgCPGMGCableControl::tgCPGMGCableControl(tgPIDController::Config, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.h:50:35: warning: 'tgCPGMGCableControl::m_config' will be initialized after [-Wreorder] const tgPIDController::Config m_config; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:39:12: warning: base 'tgCPGMGActuatorControl' [-Wreorder] usePID(true) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:35:1: warning: when initialized here [-Wreorder] tgCPGMGCableControl::tgCPGMGCableControl(tgPIDController::Config pid_config, const double controlStep) : ^ [ 82%] Building CXX object examples/learningSpines/TetrahedralComplex/CMakeFiles/TetrahedralComplex.dir/FlemonsSpineModelLearning.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgBulletSpringCableAnchor.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGCableControl.cpp:22: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/tgCPGActuatorControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX static library libtgCPGMGCableControl.a [ 82%] In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ Built target tgCPGMGCableControl /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:38: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:28:0: /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h: In constructor 'tgCPGMGActuatorControl::tgCPGMGActuatorControl(double)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:117:12: warning: 'tgCPGMGActuatorControl::m_totalTime' will be initialized after [-Wreorder] double m_totalTime; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.h:115:18: warning: 'const double tgCPGMGActuatorControl::m_controlStep' [-Wreorder] const double m_controlStep; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:44:1: warning: when initialized here [-Wreorder] tgCPGMGActuatorControl::tgCPGMGActuatorControl(const double controlStep) : ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp: In member function 'void tgCPGMGActuatorControl::setConnectivity(const std::vector&, array_3D)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:137:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < allStrings.size(); i++) ^ Scanning dependencies of target AppGoalTerrain [ 83%] Building CXX object dev/btietz/TC_goal/CMakeFiles/AppGoalTerrain.dir/BaseSpineModelGoal.cpp.o Scanning dependencies of target GoalSpine [ 83%] Building CXX object dev/btietz/TC_goal/CMakeFiles/GoalSpine.dir/BaseSpineModelGoal.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableAnchor.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Controller/tgCPGMGActuatorControl.cpp:31: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppMGControl In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:37: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.cpp:38: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 83%] Built target AppMGControl [ 83%] Building CXX object dev/btietz/TC_goal/CMakeFiles/AppGoalTerrain.dir/FlemonsSpineModelGoal.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/AppTerrainJSON.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 83%] Building CXX object examples/learningSpines/TetrahedralComplex/CMakeFiles/AppFlemonsSpineLearning.dir/AppFlemonsSpineLearning.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ Linking CXX executable AppTerrainJSON In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.cpp:34: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Linking CXX shared library libTetrahedralComplex.so In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 83%] Built target AppTerrainJSON In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp:39: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp:42: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp: In member function 'virtual void FlemonsSpineModelGoal::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp:229:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i =0; i < myRigids.size(); i++) ^ [ 83%] Built target TetrahedralComplex [ 83%] Building CXX object dev/btietz/TC_goal/CMakeFiles/AppGoalTerrain.dir/SpineGoalControl.cpp.o Scanning dependencies of target JSONMixedLearning Scanning dependencies of target AppMixedLearning In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 83%] Building CXX object dev/dhustigschultz/TC_MixedLearning/CMakeFiles/JSONMixedLearning.dir/JSONMixedLearningControl.cpp.o [ 84%] Building CXX object dev/dhustigschultz/TC_MixedLearning/CMakeFiles/AppMixedLearning.dir/AppMixedLearning.cpp.o [ 84%] Building CXX object dev/btietz/TC_goal/CMakeFiles/GoalSpine.dir/FlemonsSpineModelGoal.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/FlemonsSpineModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/AppFlemonsSpineLearning.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/AppFlemonsSpineLearning.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/AppFlemonsSpineLearning.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/AppFlemonsSpineLearning.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp:39: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp:42: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 84%] Building CXX object dev/dhustigschultz/TC_MixedLearning/CMakeFiles/AppMixedLearning.dir/FlemonsSpineModelMixed.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp: In member function 'virtual void FlemonsSpineModelGoal::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.cpp:229:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i =0; i < myRigids.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btAlignedObjectArray.h:20:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL/GL_ShapeDrawer.h:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgDemoApplication.h:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/Demos/OpenGL_FreeGlut/tgGlutDemoApplication.h:20, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSimViewGraphics.h:39, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/TetrahedralComplex/AppFlemonsSpineLearning.cpp:36: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppFlemonsSpineLearning In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 84%] Built target AppFlemonsSpineLearning /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp: In member function 'virtual void JSONMixedLearningControl::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:170:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/FlemonsSpineModelMixed.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/FlemonsSpineModelMixed.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target AppSpineControlStats [ 84%] Building CXX object dev/dhustigschultz/BP_SC_NoLegs_Stats/CMakeFiles/AppSpineControlStats.dir/AppSpineControlStats.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp: In member function 'virtual void SpineGoalControl::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:251:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i SpineGoalControl::getFeedback(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:375:18: warning: unused variable 'dt' [-Wunused-variable] const double dt = 0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:373:5: warning: label 'std' defined but not used [-Wunused-label] std:vector feedback; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp: In member function 'std::vector SpineGoalControl::getGoalFeedback(const BaseSpineModelGoal*)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:407:18: warning: unused variable 'dt' [-Wunused-variable] const double dt = 0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:404:5: warning: label 'std' defined but not used [-Wunused-label] std:vector feedback; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp: In member function 'void SpineGoalControl::setGoalTensions(const BaseSpineModelGoal*, btVector3&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:487:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t i = 0; i < subject->getSegments() - 1; i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp: In member function 'std::vector SpineGoalControl::transformFeedbackActions(std::vector >&, configuration&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:516:2: warning: label 'std' defined but not used [-Wunused-label] std:vector feedback; ^ [ 84%] Building CXX object dev/btietz/TC_goal/CMakeFiles/GoalSpine.dir/SpineGoalControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/FlemonsSpineModelMixed.cpp:39: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/FlemonsSpineModelMixed.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/FlemonsSpineModelMixed.cpp:40: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX static library libJSONMixedLearning.a /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ [ 84%] Built target JSONMixedLearning In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ [ 84%] Building CXX object dev/btietz/TC_goal/CMakeFiles/AppGoalTerrain.dir/JSONGoalControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target JSONQuadControl [ 84%] Building CXX object dev/dhustigschultz/BP_SC_NoLegs_Stats/CMakeFiles/JSONQuadControl.dir/JSONQuadCPGControl.cpp.o [ 85%] Building CXX object dev/dhustigschultz/BP_SC_NoLegs_Stats/CMakeFiles/JSONQuadControl.dir/JSONStatsFeedbackControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BigPuppySpineOnlyStats.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp: In member function 'virtual void SpineGoalControl::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:251:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i SpineGoalControl::getFeedback(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:375:18: warning: unused variable 'dt' [-Wunused-variable] const double dt = 0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:373:5: warning: label 'std' defined but not used [-Wunused-label] std:vector feedback; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp: In member function 'std::vector SpineGoalControl::getGoalFeedback(const BaseSpineModelGoal*)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:407:18: warning: unused variable 'dt' [-Wunused-variable] const double dt = 0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:404:5: warning: label 'std' defined but not used [-Wunused-label] std:vector feedback; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp: In member function 'void SpineGoalControl::setGoalTensions(const BaseSpineModelGoal*, btVector3&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:487:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t i = 0; i < subject->getSegments() - 1; i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp: In member function 'std::vector SpineGoalControl::transformFeedbackActions(std::vector >&, configuration&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:516:2: warning: label 'std' defined but not used [-Wunused-label] std:vector feedback; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.h:37, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/AppMixedLearning.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp: In member function 'virtual void JSONGoalControl::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:251:18: warning: unused variable 'newX' [-Wunused-variable] const double newX = finalConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:252:18: warning: unused variable 'newZ' [-Wunused-variable] const double newZ = finalConditions[2]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:253:18: warning: unused variable 'oldX' [-Wunused-variable] const double oldX = initConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:254:18: warning: unused variable 'oldZ' [-Wunused-variable] const double oldZ = initConditions[2]; ^ [ 85%] Building CXX object dev/dhustigschultz/TC_MixedLearning/CMakeFiles/AppMixedLearning.dir/JSONMixedLearningControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 86%] Building CXX object dev/dhustigschultz/BP_SC_NoLegs_Stats/CMakeFiles/AppSpineControlStats.dir/JSONStatsFeedbackControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/AppSpineControlStats.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 87%] Building CXX object dev/btietz/TC_goal/CMakeFiles/AppGoalTerrain.dir/AppGoalTerrain.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp: In member function 'virtual void JSONStatsFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:165:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ Scanning dependencies of target AppQuadControl [ 88%] Building CXX object dev/btietz/TC_goal/CMakeFiles/GoalSpine.dir/JSONGoalControl.cpp.o [ 89%] Building CXX object dev/dhustigschultz/BP_SC_Symmetric/CMakeFiles/AppQuadControl.dir/AppQuadControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp: In member function 'virtual void JSONMixedLearningControl::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.cpp:170:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ Linking CXX shared library libJSONQuadControl.so In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX executable AppMixedLearning [ 89%] Built target JSONQuadControl In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 89%] Built target AppMixedLearning /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp: In member function 'virtual void JSONStatsFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONStatsFeedbackControl.cpp:165:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ Scanning dependencies of target JSONQuadFeedback [ 89%] Building CXX object dev/dhustigschultz/BP_SC_Symmetric/CMakeFiles/AppQuadControl.dir/JSONQuadFeedbackControl.cpp.o [ 89%] Building CXX object dev/dhustigschultz/BP_SC_Symmetric/CMakeFiles/JSONQuadFeedback.dir/JSONQuadFeedbackControl.cpp.o /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp: In member function 'virtual void JSONGoalControl::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:251:18: warning: unused variable 'newX' [-Wunused-variable] const double newX = finalConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:252:18: warning: unused variable 'newZ' [-Wunused-variable] const double newZ = finalConditions[2]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:253:18: warning: unused variable 'oldX' [-Wunused-variable] const double oldX = initConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:254:18: warning: unused variable 'oldZ' [-Wunused-variable] const double oldZ = initConditions[2]; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_Symmetric/BigPuppySymmetric.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX shared library libGoalSpine.so In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 89%] Built target GoalSpine In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp: In member function 'virtual void JSONQuadFeedbackControl::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:164:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ Scanning dependencies of target AppQuadControlSegments /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp: In member function 'virtual void JSONQuadFeedbackControl::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.cpp:164:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ [ 89%] Building CXX object dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/CMakeFiles/AppQuadControlSegments.dir/AppQuadControlSegments.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ [ 89%] Building CXX object dev/dhustigschultz/BP_SC_NoLegs_Stats/CMakeFiles/AppSpineControlStats.dir/JSONQuadCPGControl.cpp.o Linking CXX static library libJSONQuadFeedback.a [ 89%] Built target JSONQuadFeedback Scanning dependencies of target JSONSegmentsFeedback [ 89%] Building CXX object dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/CMakeFiles/JSONSegmentsFeedback.dir/JSONSegmentsFeedbackControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/AppQuadControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 89%] Building CXX object dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/CMakeFiles/AppQuadControlSegments.dir/JSONSegmentsFeedbackControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Segments/BigPuppySymmetricSpiralSegments.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppQuadControl In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/AppGoalTerrain.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 89%] Built target AppQuadControl In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target AppQuadControlMetrics /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ Linking CXX executable AppGoalTerrain /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ [ 89%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ Building CXX object dev/dhustigschultz/BP_SC_SymmetricSpiral3/CMakeFiles/AppQuadControlMetrics.dir/AppQuadControlMetrics.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp: In member function 'virtual void JSONSegmentsFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:183:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 89%] Built target AppGoalTerrain In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ Scanning dependencies of target JSONMetricsFeedbackControl [ 89%] Building CXX object dev/dhustigschultz/BP_SC_SymmetricSpiral3/CMakeFiles/JSONMetricsFeedbackControl.dir/JSONMetricsFeedbackControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp: In member function 'virtual void JSONSegmentsFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/JSONSegmentsFeedbackControl.cpp:183:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ Linking CXX executable AppSpineControlStats In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral_Segments/AppQuadControlSegments.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 89%] Built target AppSpineControlStats Linking CXX static library libJSONSegmentsFeedback.a [ 89%] Built target JSONSegmentsFeedback Scanning dependencies of target AppQuadControlHierarchy [ 89%] Building CXX object dev/dhustigschultz/MG_CPGHierarchy/CMakeFiles/AppQuadControlHierarchy.dir/AppQuadControlHierarchy.cpp.o Scanning dependencies of target JSONHierarchyFeedbackControl In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 90%] Building CXX object dev/dhustigschultz/MG_CPGHierarchy/CMakeFiles/JSONHierarchyFeedbackControl.dir/JSONHierarchyFeedbackControl.cpp.o [ 90%] Building CXX object dev/dhustigschultz/MG_CPGHierarchy/CMakeFiles/AppQuadControlHierarchy.dir/JSONHierarchyFeedbackControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral_Metrics/BigPuppySymmetricSpiralMetrics.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp: In member function 'virtual void JSONMetricsFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:166:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp: In member function 'virtual void JSONMetricsFeedbackControl::printMetrics(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:586:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < m_timeStep.size(); ++i) { ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:592:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < m_muscleTensionsAll.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:593:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j < m_muscleTensionsAll[i].size(); j++){ ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:600:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < m_muscleLengthsAll.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:601:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j < m_muscleLengthsAll[i].size(); j++){ ^ Linking CXX executable AppQuadControlSegments In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ [ 90%] Built target AppQuadControlSegments /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ Scanning dependencies of target AppAchillesHierarchy In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 91%] Building CXX object dev/dhustigschultz/MG_Achilles_CPGHierarchy/CMakeFiles/AppAchillesHierarchy.dir/AppAchillesHierarchy.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp: In member function 'virtual void JSONHierarchyFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:215:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp: In member function 'std::vector JSONHierarchyFeedbackControl::getFeedback(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:1220:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t i = 0; i < m_config.numStates; i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp: In member function 'virtual void JSONHierarchyFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:215:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp: In member function 'std::vector JSONHierarchyFeedbackControl::getFeedback(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.cpp:1220:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t i = 0; i < m_config.numStates; i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX static library libJSONMetricsFeedbackControl.a [ 91%] Built target JSONMetricsFeedbackControl In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ Scanning dependencies of target JSONAchillesHierarchyControl In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 91%] Building CXX object dev/dhustigschultz/MG_Achilles_CPGHierarchy/CMakeFiles/JSONAchillesHierarchyControl.dir/JSONAchillesHierarchyControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/AppQuadControlMetrics.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ [ 92%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ Building CXX object dev/dhustigschultz/BP_SC_SymmetricSpiral3/CMakeFiles/AppQuadControlMetrics.dir/JSONMetricsFeedbackControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/JSONHierarchyFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ Scanning dependencies of target AppAOHierarchy [ 92%] Building CXX object dev/dhustigschultz/MG_AchillesOnly_CPGH/CMakeFiles/AppAOHierarchy.dir/AppAOHierarchy.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX static library libJSONHierarchyFeedbackControl.a In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ [ 92%] Built target JSONHierarchyFeedbackControl In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target JSONAOHierarchyControl [ 92%] Building CXX object dev/dhustigschultz/MG_AchillesOnly_CPGH/CMakeFiles/JSONAOHierarchyControl.dir/JSONAOHierarchyControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_CPGHierarchy/AppQuadControlHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ Linking CXX executable AppQuadControlHierarchy /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp: In member function 'virtual void JSONMetricsFeedbackControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:166:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp: In member function 'virtual void JSONMetricsFeedbackControl::printMetrics(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:586:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < m_timeStep.size(); ++i) { ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:592:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < m_muscleTensionsAll.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:593:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j < m_muscleTensionsAll[i].size(); j++){ ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:600:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < m_muscleLengthsAll.size(); i++){ ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral3/JSONMetricsFeedbackControl.cpp:601:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j < m_muscleLengthsAll[i].size(); j++){ ^ [ 92%] Built target AppQuadControlHierarchy [ 92%] Building CXX object dev/dhustigschultz/MG_AchillesOnly_CPGH/CMakeFiles/AppAOHierarchy.dir/JSONAOHierarchyControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp: In member function 'virtual void JSONAchillesHierarchyControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:222:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp: In member function 'std::vector JSONAchillesHierarchyControl::getFeedback(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:1491:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t i = 0; i < m_config.numStates; i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/AppAchillesHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp: In member function 'virtual void JSONAOHierarchyControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:204:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatAchilles/MountainGoatAchilles.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 92%] Building CXX object dev/dhustigschultz/MG_Achilles_CPGHierarchy/CMakeFiles/AppAchillesHierarchy.dir/JSONAchillesHierarchyControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX executable AppQuadControlMetrics /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp: In member function 'virtual void JSONAOHierarchyControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.cpp:204:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ [ 92%] Built target AppQuadControlMetrics /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/JSONAOHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ Linking CXX static library libJSONAchillesHierarchyControl.a [ 92%] Built target JSONAchillesHierarchyControl /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp: In member function 'bool AppAOHierarchy::setup()': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:151:15: warning: unused variable 'numHipMuscles' [-Wunused-variable] const double numHipMuscles = 6; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:152:15: warning: unused variable 'numLegMuscles' [-Wunused-variable] const double numLegMuscles = 6; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:154:22: warning: unused variable 'numAchillesMuscles' [-Wunused-variable] const double numAchillesMuscles = 2; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:157:15: warning: unused variable 'numHighCPGs' [-Wunused-variable] const double numHighCPGs = 5; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX static library libJSONAOHierarchyControl.a [ 92%] Built target JSONAOHierarchyControl /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp: In member function 'virtual void JSONAchillesHierarchyControl::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:222:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp: In member function 'std::vector JSONAchillesHierarchyControl::getFeedback(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_Achilles_CPGHierarchy/JSONAchillesHierarchyControl.cpp:1491:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t i = 0; i < m_config.numStates; i++) ^ Scanning dependencies of target AppMGControlFM1 [ 92%] Building CXX object dev/dhustigschultz/MG_FewerMuscles1/CMakeFiles/AppMGControlFM1.dir/AppMGControlFM1.cpp.o [ 92%] Building CXX object dev/dhustigschultz/MG_FewerMuscles1/CMakeFiles/AppMGControlFM1.dir/JSONMGFeedbackControlFM1.cpp.o Scanning dependencies of target AppMGControlFM0 In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_AchillesOnly_CPGH/AppAOHierarchy.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 93%] Building CXX object dev/dhustigschultz/MG_FewerMuscles0/CMakeFiles/AppMGControlFM0.dir/AppMGControlFM0.cpp.o Linking CXX executable AppAOHierarchy Scanning dependencies of target JSONMGFeedbackFM1 [ 94%] Building CXX object dev/dhustigschultz/MG_FewerMuscles1/CMakeFiles/JSONMGFeedbackFM1.dir/JSONMGFeedbackControlFM1.cpp.o [ 94%] Built target AppAOHierarchy Scanning dependencies of target JSONMGFeedbackFM0 [ 94%] Building CXX object dev/dhustigschultz/MG_FewerMuscles0/CMakeFiles/JSONMGFeedbackFM0.dir/JSONMGFeedbackControlFM0.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoat/MountainGoat.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ Linking CXX executable AppAchillesHierarchy /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 94%] Built target AppAchillesHierarchy In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Scanning dependencies of target AppQuadCoupling In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp: In member function 'bool AppMGControlFM1::setup()': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:81:15: warning: unused variable 'feet' [-Wunused-variable] const int feet = 4; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ [ 94%] /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ Building CXX object dev/bgigous/MG_FirstAttempt/CMakeFiles/AppQuadCoupling.dir/AppQuadCoupling.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MountainGoatFM0/MountainGoatFM0.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp: In member function 'virtual void JSONMGFeedbackControlFM1::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:165:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp: In member function 'virtual void JSONMGFeedbackControlFM1::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/JSONMGFeedbackControlFM1.cpp:165:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp: In member function 'bool AppMGControlFM0::setup()': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:81:15: warning: unused variable 'feet' [-Wunused-variable] const int feet = 4; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp: In member function 'virtual void JSONMGFeedbackControlFM0::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:165:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ [ 94%] Building CXX object dev/bgigous/MG_FirstAttempt/CMakeFiles/AppQuadCoupling.dir/JSONQuadFeedbackControl.cpp.o Linking CXX static library libJSONMGFeedbackFM1.a [ 94%] Built target JSONMGFeedbackFM1 Scanning dependencies of target AppQuadSimpleActuation [ 94%] Building CXX object dev/bgigous/MG_SecondAttempt/CMakeFiles/AppQuadSimpleActuation.dir/AppQuadSimpleActuation.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/AppMGControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppMGControlFM1 In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 94%] Building CXX object dev/dhustigschultz/MG_FewerMuscles0/CMakeFiles/AppMGControlFM0.dir/JSONMGFeedbackControlFM0.cpp.o [ 94%] Built target AppMGControlFM1 In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ Scanning dependencies of target AppGoalOnline /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 94%] Building CXX object dev/btietz/TC_online/CMakeFiles/AppGoalOnline.dir/SpineOnlineControl.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ Linking CXX static library libJSONMGFeedbackFM0.a /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ [ 94%] Built target JSONMGFeedbackFM0 [ 94%] Building CXX object dev/btietz/TC_online/CMakeFiles/AppGoalOnline.dir/AppGoalOnline.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:27:0: /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h: In constructor 'JSONQuadFeedbackControl::Config::Config(int, int, int, int, int, double, double, double, double, double, double, double, double, bool, double, double, double, double, double, double, double, double, double, double, double, double, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:96:16: warning: 'JSONQuadFeedbackControl::Config::highFreqFeedbackMax' will be initialized after [-Wreorder] const double highFreqFeedbackMax; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.h:87:22: warning: 'const double JSONQuadFeedbackControl::Config::ampFeedbackMin' [-Wreorder] const double ampFeedbackMin; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:72:1: warning: when initialized here [-Wreorder] JSONQuadFeedbackControl::Config::Config(int ss, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly_Stats/BaseQuadModelLearning.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp: In member function 'virtual void JSONQuadFeedbackControl::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:201:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp: In member function 'virtual void JSONQuadFeedbackControl::setupCPGs(BaseSpineModelLearning&, array_2D, array_4D)': /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:377:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t b = 0; b < n_bodyParts; b++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:406:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (size_t b = 0; b < n_bodyParts; b++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp: In member function 'virtual void JSONQuadFeedbackControl::setupHighCPGs(array_2D, array_4D, Json::Value)': /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:504:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (size_t i = 0; i < n; i++, nodeStart++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp: In member function 'virtual array_4D JSONQuadFeedbackControl::scaleEdgeActions(Json::Value)': /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:633:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (size_t b = 0; b < n_bodyParts; b++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp: In member function 'virtual array_2D JSONQuadFeedbackControl::scaleNodeActions(Json::Value)': /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:819:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i > n_muscSpine + n_muscHip*4 + n_muscLeg*4) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp: In member function 'std::vector JSONQuadFeedbackControl::getFeedback(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/JSONQuadFeedbackControl.cpp:894:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (std::size_t i = 0; i < m_config.numStates; i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs_Stats/JSONQuadCPGControl.h:35, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp: In member function 'virtual void JSONMGFeedbackControlFM0::onSetup(BaseQuadModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/MG_FewerMuscles0/JSONMGFeedbackControlFM0.cpp:165:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/AppQuadCoupling.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 94%] /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.cpp: In member function 'virtual void SpineOnlineControl::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.cpp:212:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ Building CXX object dev/bgigous/MG_FirstAttempt/CMakeFiles/AppQuadCoupling.dir/BigPuppySymmetricSpiral2.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/SpineGoalControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 95%] Building CXX object dev/bgigous/MG_SecondAttempt/CMakeFiles/AppQuadSimpleActuation.dir/BigPuppySymmetricSpiral2.cpp.o Linking CXX executable AppMGControlFM0 In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/BigPuppySymmetricSpiral2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/BigPuppySymmetricSpiral2.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [ 95%] Built target AppMGControlFM0 /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/SpineOnlineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/AppQuadSimpleActuation.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ Scanning dependencies of target AppMultiTerrainOC In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [ 95%] Building CXX object dev/btietz/multiTerrain_OC/CMakeFiles/AppMultiTerrainOC.dir/OctahedralComplex.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/BigPuppySymmetricSpiral2.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_FirstAttempt/BigPuppySymmetricSpiral2.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ Scanning dependencies of target OctahedralComplex /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 96%] Building CXX object dev/btietz/multiTerrain_OC/CMakeFiles/OctahedralComplex.dir/OctahedralComplex.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp:47: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp: In member function 'virtual void BigPuppySymmetricSpiral2::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp:618:15: warning: unused variable 'stiffnessPassive2' [-Wunused-variable] const double stiffnessPassive2 = 10000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp:620:18: warning: unused variable 'pretension' [-Wunused-variable] const double pretension = 0.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp:622:18: warning: unused variable 'maxTens' [-Wunused-variable] const double maxTens = 10000000.0; // 7000 ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp:623:18: warning: unused variable 'maxSpeed' [-Wunused-variable] const double maxSpeed = 1000000.0; // 12 ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp:627:18: warning: unused variable 'passivePretension3' [-Wunused-variable] const double passivePretension3 = 3500; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/BigPuppySymmetricSpiral2.cpp:628:15: warning: unused variable 'passivePretension4' [-Wunused-variable] const double passivePretension4 = 4000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.cpp: In member function 'virtual void JSONQuadFeedbackControl::onSetup(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/bgigous/MG_SecondAttempt/JSONQuadFeedbackControl.cpp:164:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < initConditions.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_online/AppGoalOnline.cpp:26: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppGoalOnline In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 96%] Built target AppGoalOnline Scanning dependencies of target AppTSGoal [ 96%] Building CXX object dev/btietz/TS_goal/CMakeFiles/AppTSGoal.dir/TetraSpineGoal.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/TetraSpineGoal.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/TetraSpineGoal.cpp:20: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ Linking CXX executable AppQuadCoupling In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgBoxInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.cpp:35: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ [ 96%] Building CXX object dev/btietz/multiTerrain_OC/CMakeFiles/AppMultiTerrainOC.dir/OctahedralGoalControl.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ Scanning dependencies of target AppTC_Tension [ 97%] Building CXX object dev/btietz/TC_Tension/CMakeFiles/AppTC_Tension.dir/JSONGoalTension.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/TetraSpineGoal.cpp:30: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/TetraSpineGoal.cpp:32: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ [ 97%] Built target AppQuadCoupling [ 97%] Building CXX object dev/btietz/multiTerrain_OC/CMakeFiles/AppMultiTerrainOC.dir/AppMultiTerrain_OC.cpp.o Linking CXX executable AppQuadSimpleActuation [ 97%] Built target AppQuadSimpleActuation Scanning dependencies of target JSONGoalTension [ 97%] Building CXX object dev/btietz/TC_Tension/CMakeFiles/JSONGoalTension.dir/JSONGoalTension.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/JSONGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX static library libOctahedralComplex.a [ 97%] Built target OctahedralComplex [ 97%] Building CXX object dev/btietz/TS_goal/CMakeFiles/AppTSGoal.dir/AppTSGoal.cpp.o [ 97%] Building CXX object dev/btietz/TC_Tension/CMakeFiles/AppTC_Tension.dir/AppGoalTension.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgSpringCableActuator.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp: In member function 'virtual void OctahedralGoalControl::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:195:18: warning: unused variable 'newX' [-Wunused-variable] const double newX = finalConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:196:18: warning: unused variable 'newZ' [-Wunused-variable] const double newZ = finalConditions[2]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:197:18: warning: unused variable 'oldX' [-Wunused-variable] const double oldX = initConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:198:18: warning: unused variable 'oldZ' [-Wunused-variable] const double oldZ = initConditions[2]; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.h:36:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp: In member function 'void OctahedralGoalControl::setGoalTensions(const BaseSpineModelGoal*)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:354:86: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(m_config.numActions == m_saddleControllers.size() + m_allControllers.size()); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:362:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < m_saddleControllers.size(); j++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:368:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < m_allControllers.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:342:15: warning: unused variable 'nSeg' [-Wunused-variable] const int nSeg = subject->getSegments() - 1; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp: In member function 'virtual void JSONGoalTension::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:198:18: warning: unused variable 'newX' [-Wunused-variable] const double newX = finalConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:199:18: warning: unused variable 'newZ' [-Wunused-variable] const double newZ = finalConditions[2]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:200:18: warning: unused variable 'oldX' [-Wunused-variable] const double oldX = initConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:201:18: warning: unused variable 'oldZ' [-Wunused-variable] const double oldZ = initConditions[2]; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.h:36:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:44: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp: In member function 'virtual std::vector JSONGoalTension::getGoalFeedback(const BaseSpineModelGoal*)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:382:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(m_config.goalActions * nSeg == m_allControllers.size()); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralGoalControl.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/TetraSpineGoal.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp: In member function 'virtual void JSONGoalTension::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:198:18: warning: unused variable 'newX' [-Wunused-variable] const double newX = finalConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:199:18: warning: unused variable 'newZ' [-Wunused-variable] const double newZ = finalConditions[2]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:200:18: warning: unused variable 'oldX' [-Wunused-variable] const double oldX = initConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:201:18: warning: unused variable 'oldZ' [-Wunused-variable] const double oldZ = initConditions[2]; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.h:36:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:44: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp: In member function 'virtual std::vector JSONGoalTension::getGoalFeedback(const BaseSpineModelGoal*)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:382:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(m_config.goalActions * nSeg == m_allControllers.size()); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target AppTCNNW_Tension [ 97%] In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/config.hpp:10, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ [ 97%] Building CXX object dev/btietz/TC_nn_Tension/CMakeFiles/AppTCNNW_Tension.dir/JSONGoalTensionNNW.cpp.o Building CXX object dev/btietz/TC_nn_Tension/CMakeFiles/AppTCNNW_Tension.dir/AppGoalTensionNNW.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/config.hpp:10, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/aux_/integral_wrapper.hpp:22:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/mpl/int.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/detail/template_arity_spec.hpp:10, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/detail/type_trait_def.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/type_traits/remove_reference.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/any.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:12, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/config.hpp:10, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/config.hpp:10, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:11, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:41, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/SpineFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:33: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp: In member function 'bool AppTSGoal::setup()': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:105:22: warning: unused variable 'tensionFeedback' [-Wunused-variable] const double tensionFeedback = 1000.0; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ Linking CXX static library libJSONGoalTension.a In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ [ 97%] Built target JSONGoalTension /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target AppRibbed_MixedLearning [ 98%] Building CXX object dev/dhustigschultz/Ribbed_MixedLearning/CMakeFiles/AppRibbed_MixedLearning.dir/AppMixedLearning.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/TetraSpineGoal.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TS_goal/AppTSGoal.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/AppMultiTerrain_OC.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp: In member function 'virtual void JSONGoalTensionNNW::onStep(BaseSpineModelLearning&, double)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp:152:12: warning: unused variable 'currentHeight' [-Wunused-variable] double currentHeight = subject.getSegmentCOM(m_config.segmentNumber)[1]; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.h:36:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp:44: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp: In member function 'virtual std::vector JSONGoalTensionNNW::getGoalFeedback(const BaseSpineModelGoal*)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp:376:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(m_config.goalActions * nSeg == m_allControllers.size()); ^ Linking CXX executable AppTSGoal In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ Linking CXX executable AppMultiTerrainOC /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ [ 98%] Built target AppTSGoal [ 98%] Built target AppMultiTerrainOC In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Scanning dependencies of target AppQuadControlSpiral Scanning dependencies of target AppQuadControlSpiral2 [ 98%] Building CXX object dev/dhustigschultz/BP_SC_SymmetricSpiral/CMakeFiles/AppQuadControlSpiral.dir/AppQuadControlSpiral.cpp.o [ 98%] Building CXX object dev/dhustigschultz/Ribbed_MixedLearning/CMakeFiles/AppRibbed_MixedLearning.dir/RibModelMixedContact.cpp.o [ 99%] Building CXX object dev/dhustigschultz/BP_SC_SymmetricSpiral2/CMakeFiles/AppQuadControlSpiral2.dir/AppQuadControlSpiral2.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/JSONGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/AppGoalTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:29: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ Linking CXX executable AppTC_Tension In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgRodInfo.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:38: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In member function 'void tgPairs::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:135:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < pairs.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h: In function 'std::string asYamlItems(const tgPairs&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgPairs.h:207:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < pairs.size(); i++) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgStructure.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:39: /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In member function 'void tgNodes::scale(const btVector3&, double)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:222:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < nodes.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h: In function 'std::string asYamlItems(const tgNodes&, int)': /home/bbadmin/buildbot/slave/master/build/src/tgcreator/tgNodes.h:287:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < nodes.size(); i++) ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp: In function 'void {anonymous}::addSegments(tgStructure&, const tgStructure&, const tgStructure&, double, size_t)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:124:14: warning: unused variable 'r02End' [-Wunused-variable] size_t r02End = r02.getNodes().size(); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp: In member function 'virtual void RibModelMixedContact::setup(tgWorld&)': /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:286:18: warning: unused variable 'maxTens' [-Wunused-variable] const double maxTens = 1000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:287:18: warning: unused variable 'maxTensAct' [-Wunused-variable] const double maxTensAct = 7000.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:288:18: warning: unused variable 'maxSpeed' [-Wunused-variable] const double maxSpeed = 100.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:289:18: warning: unused variable 'maxSpeedAct' [-Wunused-variable] const double maxSpeedAct = 24.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:291:18: warning: unused variable 'mRad' [-Wunused-variable] const double mRad = 1.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:292:18: warning: unused variable 'motorFriction' [-Wunused-variable] const double motorFriction = 10.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:293:18: warning: unused variable 'motorInertia' [-Wunused-variable] const double motorInertia = 1.0; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/RibModelMixedContact.cpp:294:16: warning: unused variable 'backDrivable' [-Wunused-variable] const bool backDrivable = false; ^ [ 99%] Built target AppTC_Tension Scanning dependencies of target AppSpineControl [ 99%] Building CXX object dev/dhustigschultz/BP_SC_NoLegs/CMakeFiles/AppSpineControl.dir/AppSpineControl.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:50, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:50, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:50, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/TC_MixedLearning/JSONMixedLearningControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral1/BigPuppySymmetricSpiral1.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SymmetricSpiral2/BigPuppySymmetricSpiral2.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target AppQuadControlDoxie [ 99%] Building CXX object dev/dhustigschultz/BP_SC_Doxie/CMakeFiles/AppQuadControlDoxie.dir/AppQuadControlDoxie.cpp.o /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigPuppy_SpineOnly/BigPuppySpineOnly.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/FlemonsSpineModelGoal.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_nn_Tension/AppGoalTensionNNW.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.h:39, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/Ribbed_MixedLearning/AppMixedLearning.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppTCNNW_Tension /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ Linking CXX executable AppRibbed_MixedLearning In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral2/AppQuadControlSpiral2.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ [ 99%] Built target AppTCNNW_Tension [ 99%] Built target AppRibbed_MixedLearning Scanning dependencies of target AppQuadControlDoxieNF [ 99%] Building CXX object dev/dhustigschultz/BP_SC_Doxie_NoFeet/CMakeFiles/AppQuadControlDoxieNF.dir/AppQuadControlDoxieNF.cpp.o Linking CXX executable AppQuadControlSpiral2 Scanning dependencies of target AppQuadControlDoxieSpirals [100%] Building CXX object dev/dhustigschultz/BP_SC_DoxieSpirals/CMakeFiles/AppQuadControlDoxieSpirals.dir/AppQuadControlDoxieSpirals.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_SymmetricSpiral/AppQuadControlSpiral.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxie/BigDoxie.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ [100%] Built target AppQuadControlSpiral2 In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ Linking CXX executable AppQuadControlSpiral In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Scanning dependencies of target AppOC_Tension [100%] Building CXX object dev/btietz/OC_Tension/CMakeFiles/AppOC_Tension.dir/OctahedralTensionControl.cpp.o [100%] Built target AppQuadControlSpiral [100%] Building CXX object dev/btietz/OC_Tension/CMakeFiles/AppOC_Tension.dir/AppOCTension.cpp.o In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_NoLegs/AppSpineControl.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ Linking CXX executable AppSpineControl In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ [100%] Built target AppSpineControl In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:40, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieSpirals/BigDoxieSpirals.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BigDoxieNoFeet/BigDoxieNoFeet.h:32, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp: In member function 'virtual void OctahedralTensionControl::onTeardown(BaseSpineModelLearning&)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:199:18: warning: unused variable 'newX' [-Wunused-variable] const double newX = finalConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:200:18: warning: unused variable 'newZ' [-Wunused-variable] const double newZ = finalConditions[2]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:201:18: warning: unused variable 'oldX' [-Wunused-variable] const double oldX = initConditions[0]; ^ /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:202:18: warning: unused variable 'oldZ' [-Wunused-variable] const double oldZ = initConditions[2]; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/dev/CPG_feedback/CPGEquationsFB.h:36:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:46: /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp: In member function 'virtual std::vector OctahedralTensionControl::getGoalFeedback(const BaseSpineModelGoal*)': /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:374:94: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(m_config.goalActions * nSeg == m_allControllers.size() + m_saddleControllers.size()); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie/AppQuadControlDoxie.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ Linking CXX executable AppQuadControlDoxie In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.cpp:41: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/core/tgTagSearch.h:31:0, from /home/bbadmin/buildbot/slave/master/build/src/core/tgCast.h:30, from /home/bbadmin/buildbot/slave/master/build/src/core/tgModel.h:30, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineModelLearning.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h: In function 'std::string asYamlList(const tgTags&)': /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:342:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(size_t i = 0; i < tags.size(); i++) { ^ /home/bbadmin/buildbot/slave/master/build/src/core/tgTags.h:344:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i != tags.size() - 1) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ [100%] Built target AppQuadControlDoxie In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:48, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/JSONTests/JSONCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Symmetric/JSONQuadFeedbackControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check45' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:45:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Model)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator::~AdaptableGenerator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check453' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:453:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction::~AdaptableUnaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check465' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:465:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check466' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:466:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction::~AdaptableBinaryFunction()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check484' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:484:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check485' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:485:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check486' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:486:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::InputIterator::~InputIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check517' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:517:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((SignedInteger)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check518' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:518:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator::~ForwardIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check551' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:548:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator::~BidirectionalIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check579' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:576:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator::~RandomAccessIterator()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check609' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:606:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Convertible< ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Container::~Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check653' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:653:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container::~Mutable_Container()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check681' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:680:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check683' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:683:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((InputIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer::~ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check703' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:700:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer::~Mutable_ForwardContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:713:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer::~ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check731' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:729:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check733' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer::~Mutable_ReversibleContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check755' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:755:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check756' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:756:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer::~RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check776' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:773:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT(( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer::~Mutable_RandomAccessContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check800' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:800:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check801' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:801:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer::~AssociativeContainer()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check905' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:905:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check908' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:908:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' BOOST_CONCEPT_ASSERT((BinaryPredicate)); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:42:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:43:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp: In static member function 'static void boost::multi_array_concepts::detail::idgen_helper<0ul>::call(Array&, const IdxGen&, Call_Type)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:53:43: warning: typedef 'index_range' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index_range index_range; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:54:37: warning: typedef 'index' locally defined but not used [-Wunused-local-typedefs] typedef typename Array::index index; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator==(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_832' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:832:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(==, return, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator!=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_833' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:833:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_835' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:835:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<, return 0 >, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_836' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:836:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>, return 0 <, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator<=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_837' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:837:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(<=, return 0 >=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator>=(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_838' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:825:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:838:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_RELATION' BOOST_ITERATOR_FACADE_RELATION(>=, return 0 <=, distance_from) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp: In function 'typename boost::detail::enable_if_interoperable::type>::type boost::operator-(const boost::iterator_facade&, const boost::iterator_facade&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_847' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:814:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(( \ ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_facade.hpp:842:3: note: in expansion of macro 'BOOST_ITERATOR_FACADE_INTEROP' BOOST_ITERATOR_FACADE_INTEROP( ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp: In function 'void boost::detail::iterator_adaptor_assert_traversal()': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_224' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/iterator/iterator_adaptor.hpp:224:7: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT((is_convertible::value)); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'int boost::math::policies::detail::digits_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_822' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:822:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp: In function 'T boost::math::policies::detail::get_epsilon_imp(const true_&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_900' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:900:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::is_specialized); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_901' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/policies/policy.hpp:901:4: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT( ::std::numeric_limits::radix == 2); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:167:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'int boost::math::signbit(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:113:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp: In function 'T boost::math::changesign(const T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/sign.hpp:127:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:168:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isfinite(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:330:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnormal(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:401:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isinf(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:490:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp: In function 'bool boost::math::isnan(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/math/special_functions/fpclassify.hpp:573:55: warning: typedef 'fp_tag' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::is_floating_point::type fp_tag; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:7:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:36, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept_check.hpp:20, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/concept_checks.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:28, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check172' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:172:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check173' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:173:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check185' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:185:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:20: warning: typedef 'boost_concept_check186' locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I' # define BOOST_PP_CAT_I(a, b) a ## b ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro 'BOOST_PP_CAT' BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN' BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT' #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/range/algorithm/equal.hpp:186:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT' BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept )); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'CharT* boost::detail::lcast_put_unsigned(T, CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_787' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:787:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_812' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:812:17: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(std::numeric_limits::digits10 < CHAR_MAX); ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'bool boost::detail::lcast_ret_unsigned(T&, const CharT*, const CharT*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_866' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:866:13: note: in expansion of macro 'BOOST_STATIC_ASSERT' BOOST_STATIC_ASSERT(!std::numeric_limits::is_signed); ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/value_semantic.hpp:14:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options/options_description.hpp:13, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/program_options.hpp:15, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:47, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:868:47: warning: typedef 'int_type' locally defined but not used [-Wunused-local-typedefs] typedef typename Traits::int_type int_type; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/config.hpp:57:0, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/detail/workaround.hpp:41, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/array.hpp:33, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/range_list.hpp:19, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/extent_gen.hpp:17, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array/base.hpp:22, from /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/multi_array.hpp:21, from /home/bbadmin/buildbot/slave/master/build/src/examples/learningSpines/BaseSpineCPGControl.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_Tension/JSONGoalTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/OctahedralTensionControl.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char(T)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1469' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1467:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shl_char_array(const T*)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1494' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1492:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In member function 'bool boost::detail::lexical_stream_limited_src::shr_xchar(T&)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_1908' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:1906:17: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp: In function 'Target boost::lexical_cast(const CharType*, std::size_t)': /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:125:21: warning: typedef 'boost_static_assert_typedef_2412' locally defined but not used [-Wunused-local-typedefs] BOOST_JOIN(boost_static_assert_typedef_, __LINE__) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/static_assert.hpp:23:45: note: in expansion of macro 'BOOST_STATIC_ASSERT' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /home/bbadmin/buildbot/slave/master/build/src/../env/include/boost/lexical_cast.hpp:2411:9: note: in expansion of macro 'BOOST_STATIC_ASSERT_MSG' BOOST_STATIC_ASSERT_MSG(boost::detail::is_char_or_wchar::value, ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_Doxie_NoFeet/AppQuadControlDoxieNF.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/models/obstacles/tgBlockField.h:34, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.h:36, from /home/bbadmin/buildbot/slave/master/build/src/dev/dhustigschultz/BP_SC_DoxieSpirals/AppQuadControlDoxieSpirals.cpp:28: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppQuadControlDoxieNF Linking CXX executable AppQuadControlDoxieSpirals [100%] Built target AppQuadControlDoxieNF [100%] Built target AppQuadControlDoxieSpirals In file included from /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btVector3.h:21:0, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/TC_goal/BaseSpineModelGoal.h:33, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/multiTerrain_OC/OctahedralComplex.h:31, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.h:30, from /home/bbadmin/buildbot/slave/master/build/src/dev/btietz/OC_Tension/AppOCTension.cpp:27: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h: At global scope: /home/bbadmin/buildbot/slave/master/build/src/../env/build/bullet/src/LinearMath/btScalar.h:337:14: warning: 'btInfinityMask' defined but not used [-Wunused-variable] static int btInfinityMask = 0x7F800000; ^ Linking CXX executable AppOC_Tension [100%] Built target AppOC_Tension