[msm] compilation warning with boost-1.55.0
Hi, With boost-1.55.0 I see this warning from msm code: In file included from /build/boost/fusion/include/make_map.hpp:10, from /build/boost/msm/front/euml/common.hpp:40, from /build/boost/msm/front/euml/operator.hpp:15, from /build/abc.cc:15: cc1plus: warnings being treated as errors /build/boost/msm/back/fold_to_list.hpp:35: warning: 'boost::msm::back::states_' defined but not used What is a good way to remove this warning? Thanks! Samriti
Re-posting with more details:
compiler : g++-4.0 with -Wall and -Werror enabled.
I do not have the option to use GCC pragmas to disable specific warning
from these headers.
Also, I do not want to disable all warnings from boost by treating these as
system headers.
Any suggestions on what would be a good way to remove this particular
warning.
Thanks!
---------- Forwarded message ----------
From: samriti katoch
Re-posting with more details: compiler : g++-4.0 with -Wall and -Werror enabled.
Hi, hmmm I need to try with other gcc versions. Can you attach your example? In any case, as I’m afraid g++ 4.0 will not compile eUML, why do you include euml/operator.hpp? Are you using eUML or is the include here undesired? Cheers, Christophe
participants (2)
-
christophe.j.henry@googlemail.com
-
samriti katoch