BitMachineExample
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
CameraExample
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
CustomReactionTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../libs/statechart/test/CustomReactionTest.cpp:83:69: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses]
../libs/statechart/test/CustomReactionTest.cpp:83:69: note: place parentheses around the '+' expression to silence this warning
3 warnings generated.
CustomReactionTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../libs/statechart/test/CustomReactionTest.cpp:83:69: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses]
../libs/statechart/test/CustomReactionTest.cpp:83:69: note: place parentheses around the '+' expression to silence this warning
3 warnings generated.
CustomReactionTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../libs/statechart/test/CustomReactionTest.cpp:83:69: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses]
../libs/statechart/test/CustomReactionTest.cpp:83:69: note: place parentheses around the '+' expression to silence this warning
3 warnings generated.
CustomReactionTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../libs/statechart/test/CustomReactionTest.cpp:83:69: warning: operator '?:' has lower precedence than '+'; '+' will be evaluated first [-Wparentheses]
../libs/statechart/test/CustomReactionTest.cpp:83:69: note: place parentheses around the '+' expression to silence this warning
3 warnings generated.
DeferralBugBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
DeferralBugNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
DeferralBugNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
DeferralBugRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
DeferralTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
DeferralTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
DeferralTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
DeferralTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
DllTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
FifoSchedulerTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
../boost/statechart/processor_container.hpp:70:16: warning: 'auto_ptr<boost::statechart::event_processor<boost::statechart::fifo_scheduler<>>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../boost/statechart/processor_container.hpp:102:29: warning: definition of implicit copy constructor for 'processor_context' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
../libs/statechart/test/FifoSchedulerTest.cpp:40:23: warning: definition of implicit copy constructor for 'EvCheckCtorArgs' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
6 warnings generated.
FifoSchedulerTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
../boost/statechart/processor_container.hpp:70:16: warning: 'auto_ptr<boost::statechart::event_processor<boost::statechart::fifo_scheduler<>>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../boost/statechart/processor_container.hpp:102:29: warning: definition of implicit copy constructor for 'processor_context' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
../libs/statechart/test/FifoSchedulerTest.cpp:40:23: warning: definition of implicit copy constructor for 'EvCheckCtorArgs' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
6 warnings generated.
FifoSchedulerTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
../boost/statechart/processor_container.hpp:70:16: warning: 'auto_ptr<boost::statechart::event_processor<boost::statechart::fifo_scheduler<>>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../boost/statechart/processor_container.hpp:102:29: warning: definition of implicit copy constructor for 'processor_context' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
../libs/statechart/test/FifoSchedulerTest.cpp:40:23: warning: definition of implicit copy constructor for 'EvCheckCtorArgs' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
6 warnings generated.
FifoSchedulerTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
../boost/statechart/processor_container.hpp:70:16: warning: 'auto_ptr<boost::statechart::event_processor<boost::statechart::fifo_scheduler<>>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../boost/statechart/processor_container.hpp:102:29: warning: definition of implicit copy constructor for 'processor_context' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
../libs/statechart/test/FifoSchedulerTest.cpp:40:23: warning: definition of implicit copy constructor for 'EvCheckCtorArgs' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
6 warnings generated.
HistoryTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings generated.
HistoryTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings generated.
HistoryTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings generated.
HistoryTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings generated.
InStateReactionTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
InStateReactionTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
InStateReactionTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
InStateReactionTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
InconsistentHistoryTest1Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 2 errors generated.
InconsistentHistoryTest1Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 2 errors generated.
InconsistentHistoryTest1Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 2 errors generated.
InconsistentHistoryTest1Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 2 errors generated.
InconsistentHistoryTest2Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 7 errors generated.
InconsistentHistoryTest2Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 7 errors generated.
InconsistentHistoryTest2Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 7 errors generated.
InconsistentHistoryTest2Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 7 errors generated.
InconsistentHistoryTest3Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 2 errors generated.
InconsistentHistoryTest3Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 2 errors generated.
InconsistentHistoryTest3Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 2 errors generated.
InconsistentHistoryTest3Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 2 errors generated.
InconsistentHistoryTest4Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 7 errors generated.
InconsistentHistoryTest4Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 7 errors generated.
InconsistentHistoryTest4Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 7 errors generated.
InconsistentHistoryTest4Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 7 errors generated.
InconsistentHistoryTest5Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest5Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest5Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest5Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest6Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest6Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest6Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest6Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest7Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest7Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest7Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest7Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest8Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest8Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest8Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InconsistentHistoryTest8Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/statechart/state_machine.hpp:218:19: warning: definition of implicit copy constructor for 'history_key<boost::statechart::detail::rtti_policy>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
3 warnings and 1 error generated.
InvalidChartTest1Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest1Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest1Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest1Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest2Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest2Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest2Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest2Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest3Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest3Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest3Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidChartTest3Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidResultAssignTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidResultAssignTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidResultAssignTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidResultAssignTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidResultCopyTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
InvalidResultCopyTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
InvalidResultCopyTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
InvalidResultCopyTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
InvalidTransitionTest1Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidTransitionTest1Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidTransitionTest1Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidTransitionTest1Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidTransitionTest2Both
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidTransitionTest2Native
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidTransitionTest2Normal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
InvalidTransitionTest2Relaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 1 error generated.
KeyboardExample
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
LibTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
LibTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
PerformanceExample
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../libs/statechart/test/../example/Performance/Performance.cpp:462:30: warning: definition of implicit copy constructor for 'PerfResultBackInserter<mpl_::integral_c<unsigned int, 1>>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
../libs/statechart/test/../example/Performance/Performance.cpp:462:30: warning: definition of implicit copy constructor for 'PerfResultBackInserter<mpl_::integral_c<unsigned int, 2>>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
../libs/statechart/test/../example/Performance/Performance.cpp:462:30: warning: definition of implicit copy constructor for 'PerfResultBackInserter<mpl_::integral_c<unsigned int, 3>>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
5 warnings generated.
PingPongExample
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
../boost/statechart/processor_container.hpp:70:16: warning: 'auto_ptr<boost::statechart::event_processor<boost::statechart::fifo_scheduler<>>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
4 warnings generated.
StateCastTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
StateCastTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
StateCastTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
StateCastTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
StateIterationTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
StateIterationTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
StateIterationTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
StateIterationTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
StopWatch2Example
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
StopWatchExample
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TerminationTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TerminationTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TerminationTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TerminationTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TransitionTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TransitionTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TransitionTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TransitionTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TriggeringEventTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TriggeringEventTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TriggeringEventTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TriggeringEventTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TypeInfoTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TypeInfoTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TypeInfoTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
TypeInfoTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings generated.
UnsuppDeepHistoryTestBoth
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 4 errors generated.
UnsuppDeepHistoryTestNative
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 4 errors generated.
UnsuppDeepHistoryTestNormal
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 4 errors generated.
UnsuppDeepHistoryTestRelaxed
../boost/statechart/event.hpp:53:34: warning: unused parameter 'pEvent' [-Wunused-parameter]
../boost/statechart/event.hpp:53:49: warning: unused parameter 'p' [-Wunused-parameter]
2 warnings and 4 errors generated.