Ticket #11509: boost_1_59_0.iostreams.wunused.patch

File boost_1_59_0.iostreams.wunused.patch, 572 bytes (added by davido, 7 years ago)
  • boost/iostreams/filter/gzip.hpp

    diff -ru boost.orig/boost/iostreams/filter/gzip.hpp boost/boost/iostreams/filter/gzip.hpp
    old new  
    279279        boost::iostreams::put(next, static_cast<char>(0xFF & (n >> 24)));
    280280    }
    281281    template<typename Sink>
    282     static void write_long(long n, Sink& next, boost::mpl::false_)
     282    static void write_long(long, Sink&, boost::mpl::false_)
    283283    {
    284284    }
    285285    template<typename Sink>