mirror of
https://github.com/boostorg/msm.git
synced 2026-07-21 13:23:45 +00:00
fixed warning in test case
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
// file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include <boost/core/ignore_unused.hpp>
|
||||
|
||||
#include <boost/msm/front/puml/puml.hpp>
|
||||
|
||||
#ifndef BOOST_MSM_NONSTANDALONE_TEST
|
||||
@@ -230,6 +232,7 @@ namespace
|
||||
|
||||
|
||||
State< by_name("StateXXX")> s1;
|
||||
boost::ignore_unused(s1);
|
||||
|
||||
// initial states
|
||||
constexpr auto stt9_ = R"(
|
||||
|
||||
Reference in New Issue
Block a user