$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [msm] EUML and State construction
From: Nate Knight (nate.knight_at_[hidden])
Date: 2011-05-09 12:28:23
Christophe Henry <christophe.j.henry <at> googlemail.com> writes:
> I fixed the second problem too (revision 71746) in the trunk. It
> should now work correctly.
>
> Thanks,
>
> Christophe
>
Thanks Christophe. One other thing I noticed. In
msm/front/euml/common.hpp, in
MSM_EUML_EVENT_INSTANCE_HELPER_ATTRIBUTE_MAP
there is an unused variable "dummyval" that causes warnings in gcc
compilers. Is naming this variable necessary to support other
compilers, or can it be unnamed?
Nate