Ticket #9113: shadow_warnings2.txt

File shadow_warnings2.txt, 8.1 KB (added by Mathias Gaunard, 9 years ago)
Line 
1[1/2] Building CXX object modules/core/optimization/unit/scalar/CMakeFiles/core.optimization.scalar.brent.unit.dir/brent.cpp.o
2In file included from /home/nt2/dev/boost/boost/phoenix/statement.hpp:18:0,
3 from /home/nt2/dev/boost/boost/phoenix/phoenix.hpp:14,
4 from /home/nt2/dev/nt2/modules/core/optimization/unit/scalar/brent.cpp:12:
5/home/nt2/dev/boost/boost/phoenix/statement/while.hpp: In constructor ‘boost::phoenix::while_gen<Cond>::while_gen(const Cond&)’:
6/home/nt2/dev/boost/boost/phoenix/statement/while.hpp:47:37: warning: declaration of ‘cond’ shadows a member of 'this' [-Wshadow]
7/home/nt2/dev/boost/boost/phoenix/statement/while.hpp: In member function ‘const typename boost::phoenix::expression::while_<Cond, Do>::type boost::phoenix::while_gen<Cond>::operator[](const Do&) const’:
8/home/nt2/dev/boost/boost/phoenix/statement/while.hpp:52:9: warning: declaration of ‘do_’ shadows a global declaration [-Wshadow]
9In file included from /home/nt2/dev/boost/boost/phoenix/statement.hpp:11:0,
10 from /home/nt2/dev/boost/boost/phoenix/phoenix.hpp:14,
11 from /home/nt2/dev/nt2/modules/core/optimization/unit/scalar/brent.cpp:12:
12/home/nt2/dev/boost/boost/phoenix/statement/do_while.hpp:70:18: warning: shadowed declaration is here [-Wshadow]
13In file included from /home/nt2/dev/boost/boost/phoenix/scope/preprocessed/lambda.hpp:12:0,
14 from /home/nt2/dev/boost/boost/phoenix/scope/lambda.hpp:16,
15 from /home/nt2/dev/boost/boost/phoenix/scope.hpp:13,
16 from /home/nt2/dev/boost/boost/phoenix/phoenix.hpp:16,
17 from /home/nt2/dev/nt2/modules/core/optimization/unit/scalar/brent.cpp:12:
18/home/nt2/dev/boost/boost/phoenix/scope/preprocessed/lambda_10.hpp: In constructor ‘boost::phoenix::lambda_actor_gen<Locals, Map>::lambda_actor_gen(const Locals&)’:
19/home/nt2/dev/boost/boost/phoenix/scope/preprocessed/lambda_10.hpp:281:13: warning: declaration of ‘locals’ shadows a member of 'this' [-Wshadow]
20In file included from /home/nt2/dev/boost/boost/phoenix/bind/bind_member_function.hpp:16:0,
21 from /home/nt2/dev/boost/boost/phoenix/bind.hpp:13,
22 from /home/nt2/dev/boost/boost/phoenix/phoenix.hpp:17,
23 from /home/nt2/dev/nt2/modules/core/optimization/unit/scalar/brent.cpp:12:
24/home/nt2/dev/boost/boost/phoenix/bind/detail/member_function_ptr.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr<N, RT, FP>::member_function_ptr(FP)’:
25/home/nt2/dev/boost/boost/phoenix/bind/detail/member_function_ptr.hpp:32:13: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
26/home/nt2/dev/boost/boost/phoenix/bind/detail/member_function_ptr.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<0>::impl<RT, FP>::impl(FP)’:
27/home/nt2/dev/boost/boost/phoenix/bind/detail/member_function_ptr.hpp:57:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
28In file included from /home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr.hpp:12:0,
29 from /home/nt2/dev/boost/boost/phoenix/bind/detail/member_function_ptr.hpp:79,
30 from /home/nt2/dev/boost/boost/phoenix/bind/bind_member_function.hpp:16,
31 from /home/nt2/dev/boost/boost/phoenix/bind.hpp:13,
32 from /home/nt2/dev/boost/boost/phoenix/phoenix.hpp:17,
33 from /home/nt2/dev/nt2/modules/core/optimization/unit/scalar/brent.cpp:12:
34/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<1>::impl<RT, FP>::impl(FP)’:
35/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:22:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
36/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<2>::impl<RT, FP>::impl(FP)’:
37/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:53:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
38/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<3>::impl<RT, FP>::impl(FP)’:
39/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:84:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
40/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<4>::impl<RT, FP>::impl(FP)’:
41/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:115:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
42/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<5>::impl<RT, FP>::impl(FP)’:
43/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:146:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
44/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<6>::impl<RT, FP>::impl(FP)’:
45/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:177:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
46/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<7>::impl<RT, FP>::impl(FP)’:
47/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:208:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
48In file included from /home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr.hpp:12:0,
49 from /home/nt2/dev/boost/boost/phoenix/bind/detail/member_function_ptr.hpp:79,
50 from /home/nt2/dev/boost/boost/phoenix/bind/bind_member_function.hpp:16,
51 from /home/nt2/dev/boost/boost/phoenix/bind.hpp:13,
52 from /home/nt2/dev/boost/boost/phoenix/phoenix.hpp:17,
53 from /home/nt2/dev/nt2/modules/core/optimization/unit/scalar/brent.cpp:12:
54/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<8>::impl<RT, FP>::impl(FP)’:
55/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:239:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
56/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<9>::impl<RT, FP>::impl(FP)’:
57/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:270:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
58/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp: In constructor ‘boost::phoenix::detail::member_function_ptr_impl<10>::impl<RT, FP>::impl(FP)’:
59/home/nt2/dev/boost/boost/phoenix/bind/detail/preprocessed/member_function_ptr_10.hpp:301:17: warning: declaration of ‘fp’ shadows a member of 'this' [-Wshadow]
60In file included from /home/nt2/dev/boost/boost/phoenix/bind/bind_member_variable.hpp:13:0,
61 from /home/nt2/dev/boost/boost/phoenix/bind.hpp:14,
62 from /home/nt2/dev/boost/boost/phoenix/phoenix.hpp:17,
63 from /home/nt2/dev/nt2/modules/core/optimization/unit/scalar/brent.cpp:12:
64/home/nt2/dev/boost/boost/phoenix/bind/detail/member_variable.hpp: In constructor ‘boost::phoenix::detail::member_variable<RT, MP>::member_variable(MP)’:
65/home/nt2/dev/boost/boost/phoenix/bind/detail/member_variable.hpp:47:17: warning: declaration of ‘mp’ shadows a member of 'this' [-Wshadow]
66[2/2] Linking CXX executable unit/core.optimization.scalar.brent.unit