Index: slot_call_iterator.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/thread_safe_signals/detail/slot_call_iterator.hpp,v retrieving revision 1.25 diff -u -r1.25 slot_call_iterator.hpp --- slot_call_iterator.hpp 5 Mar 2007 15:10:55 -0000 1.25 +++ slot_call_iterator.hpp 18 Mar 2007 21:39:22 -0000 @@ -67,7 +67,7 @@ { cache->reset(f(*iter)); } - catch(const expired_slot &err) + catch(const expired_slot &) { (*iter)->disconnect(); throw;