Skip to content

Instantly share code, notes, and snippets.

@Sjors

Sjors/make.log Secret

Created October 15, 2020 18:46
Show Gist options
  • Save Sjors/ca4513a09425565312806aac767690be to your computer and use it in GitHub Desktop.
Save Sjors/ca4513a09425565312806aac767690be to your computer and use it in GitHub Desktop.
pr-19160
In file included from interfaces/capnp/echo.capnp.proxy-types.c++:4:
In file included from /usr/local/include/mp/proxy-types.h:8:
/usr/local/include/mp/proxy-io.h:33:37: error: parameter 'connection' shadows member inherited from type 'InvokeContext' [-Werror,-Wshadow-field]
ClientInvokeContext(Connection& connection, ThreadContext& thread_context)
^
/usr/local/include/mp/proxy-io.h:27:17: note: declared here
Connection& connection;
^
/usr/local/include/mp/proxy-io.h:160:16: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
return std::move(logger);
^
/usr/local/include/mp/proxy-io.h:160:16: note: remove std::move call here
return std::move(logger);
^~~~~~~~~~ ~
1 warning and 1 error generated.
make[2]: *** [interfaces/capnp/libbitcoin_ipc_a-echo.capnp.proxy-types.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from interfaces/capnp/echo.capnp.proxy-client.c++:4:
In file included from /usr/local/include/mp/proxy-types.h:8:
/usr/local/include/mp/proxy-io.h:33:37: error: parameter 'connection' shadows member inherited from type 'InvokeContext' [-Werror,-Wshadow-field]
ClientInvokeContext(Connection& connection, ThreadContext& thread_context)
^
/usr/local/include/mp/proxy-io.h:27:17: note: declared here
Connection& connection;
^
/usr/local/include/mp/proxy-io.h:160:16: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
return std::move(logger);
^
/usr/local/include/mp/proxy-io.h:160:16: note: remove std::move call here
return std::move(logger);
^~~~~~~~~~ ~
1 warning and 1 error generated.
make[2]: *** [interfaces/capnp/libbitcoin_ipc_a-echo.capnp.proxy-client.o] Error 1
In file included from interfaces/capnp/echo.capnp.proxy-server.c++:4:
In file included from /usr/local/include/mp/proxy-types.h:8:
/usr/local/include/mp/proxy-io.h:33:37: error: parameter 'connection' shadows member inherited from type 'InvokeContext' [-Werror,-Wshadow-field]
ClientInvokeContext(Connection& connection, ThreadContext& thread_context)
^
/usr/local/include/mp/proxy-io.h:27:17: note: declared here
Connection& connection;
^
/usr/local/include/mp/proxy-io.h:160:16: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
return std::move(logger);
^
/usr/local/include/mp/proxy-io.h:160:16: note: remove std::move call here
return std::move(logger);
^~~~~~~~~~ ~
1 warning and 1 error generated.
make[2]: *** [interfaces/capnp/libbitcoin_ipc_a-echo.capnp.proxy-server.o] Error 1
In file included from interfaces/capnp/init.capnp.proxy-types.c++:4:
In file included from /usr/local/include/mp/proxy-types.h:8:
/usr/local/include/mp/proxy-io.h:33:37: error: parameter 'connection' shadows member inherited from type 'InvokeContext' [-Werror,-Wshadow-field]
ClientInvokeContext(Connection& connection, ThreadContext& thread_context)
^
/usr/local/include/mp/proxy-io.h:27:17: note: declared here
Connection& connection;
^
/usr/local/include/mp/proxy-io.h:160:16: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
return std::move(logger);
^
/usr/local/include/mp/proxy-io.h:160:16: note: remove std::move call here
return std::move(logger);
^~~~~~~~~~ ~
1 warning and 1 error generated.
make[2]: *** [interfaces/capnp/libbitcoin_ipc_a-init.capnp.proxy-types.o] Error 1
In file included from interfaces/capnp/init.capnp.proxy-client.c++:4:
In file included from /usr/local/include/mp/proxy-types.h:8:
/usr/local/include/mp/proxy-io.h:33:37: error: parameter 'connection' shadows member inherited from type 'InvokeContext' [-Werror,-Wshadow-field]
ClientInvokeContext(Connection& connection, ThreadContext& thread_context)
^
/usr/local/include/mp/proxy-io.h:27:17: note: declared here
Connection& connection;
^
/usr/local/include/mp/proxy-io.h:160:16: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
return std::move(logger);
^
/usr/local/include/mp/proxy-io.h:160:16: note: remove std::move call here
return std::move(logger);
^~~~~~~~~~ ~
1 warning and 1 error generated.
make[2]: *** [interfaces/capnp/libbitcoin_ipc_a-init.capnp.proxy-client.o] Error 1
In file included from interfaces/capnp/init.capnp.proxy-server.c++:4:
In file included from /usr/local/include/mp/proxy-types.h:8:
/usr/local/include/mp/proxy-io.h:33:37: error: parameter 'connection' shadows member inherited from type 'InvokeContext' [-Werror,-Wshadow-field]
ClientInvokeContext(Connection& connection, ThreadContext& thread_context)
^
/usr/local/include/mp/proxy-io.h:27:17: note: declared here
Connection& connection;
^
/usr/local/include/mp/proxy-io.h:160:16: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
return std::move(logger);
^
/usr/local/include/mp/proxy-io.h:160:16: note: remove std::move call here
return std::move(logger);
^~~~~~~~~~ ~
1 warning and 1 error generated.
make[2]: *** [interfaces/capnp/libbitcoin_ipc_a-init.capnp.proxy-server.o] Error 1
In file included from interfaces/capnp/ipc.cpp:21:
/usr/local/include/mp/proxy-io.h:33:37: error: parameter 'connection' shadows member inherited from type 'InvokeContext' [-Werror,-Wshadow-field]
ClientInvokeContext(Connection& connection, ThreadContext& thread_context)
^
/usr/local/include/mp/proxy-io.h:27:17: note: declared here
Connection& connection;
^
/usr/local/include/mp/proxy-io.h:160:16: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
return std::move(logger);
^
/usr/local/include/mp/proxy-io.h:160:16: note: remove std::move call here
return std::move(logger);
^~~~~~~~~~ ~
1 warning and 1 error generated.
make[2]: *** [interfaces/capnp/libbitcoin_ipc_a-ipc.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment