Ticket #11435: boost_1_58_0-ThreadFutureWarning.patch

File boost_1_58_0-ThreadFutureWarning.patch, 563 bytes (added by peter.klotz@…, 7 years ago)
  • boost/thread/future.hpp

    diff -Nur boost_1_58_0/boost/thread/future.hpp boost_1_58_0.patched/boost/thread/future.hpp
    old new  
    407407                return policy_;
    408408            }
    409409
    410             future_state::state get_state(boost::unique_lock<boost::mutex>& lk) const
     410            future_state::state get_state(boost::unique_lock<boost::mutex>& /*lk*/) const
    411411            {
    412412                if(!done)
    413413                {