
Le 08/11/12 21:49, Jürgen Hunold a écrit :
Hi Vicente,
On Thursday, 8. November 2012 20:05:20 Vicente J. Botet Escriba wrote:
Hi,
there is yet an error including C++11 features.
Please could you take care of it? I just fixed it in
Author: jhunold Date: 2012-11-08 15:34:04 EST (Thu, 08 Nov 2012) New Revision: 81255 URL: http://svn.boost.org/trac/boost/changeset/81255
Yours,
Jürgen Thanks,
there are yet new warnings. clang-darwin.compile.c++ ../../../bin.v2/libs/thread/test/test_2741.test/clang-darwin-3.0/debug/threading-multi/test_2741.o In file included from test_2741.cpp:17: In file included from ../../../boost/test/unit_test.hpp:19: In file included from ../../../boost/test/test_tools.hpp:373: In file included from ../../../boost/test/tools/impl.hpp:25: ../../../boost/test/tools/assertion.hpp:222:30: warning: unused parameter 'ostr' [-Wunused-parameter] BOOST_TEST_FOR_EACH_COMP_OP( DEFINE_COLLECTION_COMPARISON ) ^ ../../../boost/test/tools/assertion.hpp:67:5: note: expanded from: action( < , LT, >= ) \ ^ ../../../boost/test/tools/assertion.hpp:214:33: note: expanded from: report( std::ostream& ostr, \ ^ ../../../boost/test/tools/assertion.hpp:222:30: warning: unused parameter 'lhs' [-Wunused-parameter] BOOST_TEST_FOR_EACH_COMP_OP( DEFINE_COLLECTION_COMPARISON ) ^ ../../../boost/test/tools/assertion.hpp:67:5: note: expanded from: action( < , LT, >= ) \ ^ ../../../boost/test/tools/assertion.hpp:215:33: note: expanded from: PrevExprType const& lhs, \ ^ ../../../boost/test/tools/assertion.hpp:222:30: warning: unused parameter 'rhs' [-Wunused-parameter] BOOST_TEST_FOR_EACH_COMP_OP( DEFINE_COLLECTION_COMPARISON ) ^ ../../../boost/test/tools/assertion.hpp:67:5: note: expanded from: action( < , LT, >= ) \ ^ ../../../boost/test/tools/assertion.hpp:216:33: note: expanded from: Rhs const& rhs ) {} \ ^ Please could this simple to fix warnings be cleaned up. Best, Vicente