Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72177 - trunk/boost/msm/back
From: christophe.j.henry_at_[hidden]
Date: 2011-05-26 05:05:29


Author: chenry
Date: 2011-05-26 05:05:28 EDT (Thu, 26 May 2011)
New Revision: 72177
URL: http://svn.boost.org/trac/boost/changeset/72177

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

Modified: trunk/boost/msm/back/state_machine.hpp
==============================================================================
--- trunk/boost/msm/back/state_machine.hpp (original)
+++ trunk/boost/msm/back/state_machine.hpp 2011-05-26 05:05:28 EDT (Thu, 26 May 2011)
@@ -796,7 +796,7 @@
             return false;
         }
         // Take the transition action and return the next state.
- static HandledEnum execute(library_sm& fsm, int , int state, transition_event const& evt)
+ static HandledEnum execute(library_sm& fsm, int , int , transition_event const& evt)
         {
             if (!check_guard(fsm,evt))
             {


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