boostorg / msm

Boost.org msm module
http://boost.org/libs/msm
31 stars 53 forks source link

Fix unused typedef warning in state_machine.hpp #9

Closed Romain-Geissler-1A closed 6 years ago

Romain-Geissler-1A commented 8 years ago

Hi,

This small patch fixes a local unused typedef warning with gcc. It is blocking for people using -Wall -Wextra -Werror compilation flags.

All releases from boost 1.58 to boost 1.61 are affected. Note that apparently this code has been refactored in the "develop" branch.

Cheers, Romain

Romain-Geissler commented 7 years ago

Ping @pdimov (It appears you have recently merged things into msm)

pdimov commented 7 years ago

No good goes unpunished. :-)

pdimov commented 7 years ago

Someone who uses and understands msm needs to systematically go through the unmerged changes in develop, review them and determine what needs to be merged into master.

pdimov commented 7 years ago

Ref: https://github.com/boostorg/msm/compare/master...develop