array
../libs/assign/test/array.cpp:96:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/array.cpp:96:51: warning: unused parameter 'argv' [-Wunused-parameter]
2 warnings generated.
basic
../libs/assign/test/basic.cpp:39:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/basic.cpp:39:51: warning: unused parameter 'argv' [-Wunused-parameter]
2 warnings generated.
email_example
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
../libs/assign/test/email_example.cpp:147:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/email_example.cpp:147:51: warning: unused parameter 'argv' [-Wunused-parameter]
3 warnings generated.
list_inserter
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
../libs/assign/test/list_inserter.cpp:150:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/list_inserter.cpp:150:51: warning: unused parameter 'argv' [-Wunused-parameter]
3 warnings generated.
list_of
../libs/assign/test/list_of.cpp:300:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/list_of.cpp:300:51: warning: unused parameter 'argv' [-Wunused-parameter]
2 warnings generated.
list_of_workaround
../libs/assign/test/list_of_workaround.cpp:41:54: warning: variable 'v2' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/assign/test/list_of_workaround.cpp:42:50: warning: variable 'a2' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/assign/test/list_of_workaround.cpp:50:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/list_of_workaround.cpp:50:51: warning: unused parameter 'argv' [-Wunused-parameter]
4 warnings generated.
multi_index_container
../libs/assign/test/multi_index_container.cpp:159:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/multi_index_container.cpp:159:51: warning: unused parameter 'argv' [-Wunused-parameter]
2 warnings generated.
my_vector_example
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
../libs/assign/test/my_vector_example.cpp:107:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/my_vector_example.cpp:107:51: warning: unused parameter 'argv' [-Wunused-parameter]
3 warnings generated.
ptr_list_inserter
../libs/assign/test/ptr_list_inserter.cpp:47:17: warning: unused parameter 'i' [-Wunused-parameter]
../libs/assign/test/ptr_list_inserter.cpp:79:25: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
../libs/assign/test/ptr_list_inserter.cpp:83:25: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
../libs/assign/test/ptr_list_inserter.cpp:87:25: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
../libs/assign/test/ptr_list_inserter.cpp:98:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/ptr_list_inserter.cpp:98:51: warning: unused parameter 'argv' [-Wunused-parameter]
6 warnings generated.
ptr_list_of
../boost/assign/ptr_list_of.hpp:108:32: warning: unused parameter 'c' [-Wunused-parameter]
../boost/assign/ptr_list_of.hpp:57:22: warning: 'auto_ptr<boost::ptr_vector<Foo>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
../libs/assign/test/ptr_list_of.cpp:66:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/ptr_list_of.cpp:66:51: warning: unused parameter 'argv' [-Wunused-parameter]
../boost/ptr_container/ptr_vector.hpp:64:9: warning: definition of implicit copy constructor for 'ptr_vector<Foo>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
../boost/ptr_container/ptr_deque.hpp:51:7: warning: definition of implicit copy constructor for 'ptr_deque<Foo>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
../boost/ptr_container/ptr_list.hpp:51:9: warning: definition of implicit copy constructor for 'ptr_list<Foo>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
7 warnings generated.
ptr_map_inserter
../libs/assign/test/ptr_map_inserter.cpp:70:27: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
../libs/assign/test/ptr_map_inserter.cpp:91:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/ptr_map_inserter.cpp:91:51: warning: unused parameter 'argv' [-Wunused-parameter]
3 warnings generated.
static_list_of
../libs/assign/test/static_list_of.cpp:89:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/static_list_of.cpp:89:51: warning: unused parameter 'argv' [-Wunused-parameter]
2 warnings generated.
std
../libs/assign/test/std.cpp:223:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/std.cpp:223:51: warning: unused parameter 'argv' [-Wunused-parameter]
2 warnings generated.
tuple_list_of
../libs/assign/test/tuple_list_of.cpp:45:39: warning: unused parameter 'argc' [-Wunused-parameter]
../libs/assign/test/tuple_list_of.cpp:45:51: warning: unused parameter 'argv' [-Wunused-parameter]
2 warnings generated.
~hdr-decl-ptr_list_of~hpp
../boost/assign/ptr_list_of.hpp:108:32: warning: unused parameter 'c' [-Wunused-parameter]
1 warning generated.