9 May
2011
9 May
'11
9:28 p.m.
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?
No, it's not necessary at all, it just was forgotten. Every new gcc version brings a few instances of it :( I just fixed it in the trunk (for 1.47). Thanks, Christophe