Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77149 - trunk/boost/msm/front
From: christophe.j.henry_at_[hidden]
Date: 2012-03-01 15:46:01


Author: chenry
Date: 2012-03-01 15:46:00 EST (Thu, 01 Mar 2012)
New Revision: 77149
URL: http://svn.boost.org/trac/boost/changeset/77149

Log:
fixed warning
Text files modified:
   trunk/boost/msm/front/state_machine_def.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/msm/front/state_machine_def.hpp
==============================================================================
--- trunk/boost/msm/front/state_machine_def.hpp (original)
+++ trunk/boost/msm/front/state_machine_def.hpp 2012-03-01 15:46:00 EST (Thu, 01 Mar 2012)
@@ -197,7 +197,7 @@
 protected:
     // Default no-transition handler. Can be replaced in the Derived SM class.
     template <class FSM,class Event>
- void no_transition(Event const& ,FSM&, int state)
+ void no_transition(Event const& ,FSM&, int )
     {
         BOOST_ASSERT(false);
     }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk