=== boost/asio/detail/strand_service.hpp ================================================================== --- boost/asio/detail/strand_service.hpp (revision 2101) +++ boost/asio/detail/strand_service.hpp (local) @@ -233,7 +233,11 @@ { } - void* do_handler_allocate(std::size_t size) + void* do_handler_allocate(std::size_t +#ifndef NDEBUG /* quiet unused argument warning from gcc w/NDEBUG */ + size +#endif + ) { #if defined(__BORLANDC__) BOOST_ASSERT(size <= boost::aligned_storage<64>::size); === boost/asio/error.hpp ================================================================== --- boost/asio/error.hpp (revision 2101) +++ boost/asio/error.hpp (local) @@ -238,7 +238,7 @@ &error_base::netdb_md, &error_base::netdb_wmd)); template -int error_base::netdb_ed(const boost::system::error_code& ec) +int error_base::netdb_ed(const boost::system::error_code& /* ec */) { return EOTHER; } @@ -278,7 +278,7 @@ &error_base::addrinfo_md, &error_base::addrinfo_wmd)); template -int error_base::addrinfo_ed(const boost::system::error_code& ec) +int error_base::addrinfo_ed(const boost::system::error_code& /* ec */) { return EOTHER; } @@ -312,7 +312,7 @@ &error_base::misc_md, &error_base::misc_wmd)); template -int error_base::misc_ed(const boost::system::error_code& ec) +int error_base::misc_ed(const boost::system::error_code& /* ec */) { return EOTHER; } === boost/date_time/format_date_parser.hpp ================================================================== --- boost/date_time/format_date_parser.hpp (revision 2101) +++ boost/date_time/format_date_parser.hpp (local) @@ -87,7 +87,7 @@ inline int_type var_string_to_int(std::istreambuf_iterator& itr, - std::istreambuf_iterator& stream_end, + std::istreambuf_iterator& /* stream_end */, unsigned int max_length) { typedef std::basic_string string_type; === boost/date_time/time_facet.hpp ================================================================== --- boost/date_time/time_facet.hpp (revision 2101) +++ boost/date_time/time_facet.hpp (local) @@ -197,7 +197,7 @@ #endif //! sets default formats for ptime, local_date_time, and time_duration - explicit time_facet(::size_t a_ref = 0) + explicit time_facet(::size_t /* a_ref */ = 0) //: base_type(standard_format), : base_type(default_time_format), m_time_duration_format(string_type(duration_sign_negative_only) + default_time_duration_format) === boost/range/as_literal.hpp ================================================================== --- boost/range/as_literal.hpp (revision 2101) +++ boost/range/as_literal.hpp (local) @@ -66,7 +66,7 @@ } template< class T > - inline long is_char_ptr( T r ) + inline long is_char_ptr( T /* r */ ) { return 0L; } === libs/function_types/build/timestamps/arity_loops ================================================================== --- libs/function_types/build/timestamps/arity_loops (revision 2101) +++ libs/function_types/build/timestamps/arity_loops (local) @@ -1 +0,0 @@ -timestamp file === libs/function_types/build/timestamps/cc_names ================================================================== --- libs/function_types/build/timestamps/cc_names (revision 2101) +++ libs/function_types/build/timestamps/cc_names (local) @@ -1 +0,0 @@ -timestamp file === libs/function_types/build/timestamps/encoding ================================================================== --- libs/function_types/build/timestamps/encoding (revision 2101) +++ libs/function_types/build/timestamps/encoding (local) @@ -1 +0,0 @@ -timestamp file