err 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. src/core/ext/transport/inproc/inproc_transport.cc: In function ‘void grpc_inproc_transport_init()’:
  2. src/core/ext/transport/inproc/inproc_transport.cc:1092:17: error: unused variable ‘exec_ctx’ [-Werror=unused-variable]
  3. grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
  4. ^
  5. src/core/ext/transport/inproc/inproc_transport.cc: In function ‘grpc_channel* grpc_inproc_channel_create(grpc_server*, grpc_channel_args*, void*)’:
  6. src/core/ext/transport/inproc/inproc_transport.cc:1158:17: error: unused variable ‘exec_ctx’ [-Werror=unused-variable]
  7. grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
  8. ^
  9. src/core/ext/transport/inproc/inproc_transport.cc: In function ‘void grpc_inproc_transport_shutdown()’:
  10. src/core/ext/transport/inproc/inproc_transport.cc:1192:17: error: unused variable ‘exec_ctx’ [-Werror=unused-variable]
  11. grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
  12. ^
  13. cc1plus: all warnings being treated as errors
  14. make: *** [/usr/local/google/home/yashkt/grpc-projects/grpc-c-fork/grpc/objs/opt/src/core/ext/transport/inproc/inproc_transport.o] Error 1
  15. src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc: In function ‘void grpc_ares_request_unref(grpc_ares_request*)’:
  16. src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc:111:21: error: unused variable ‘new_exec_ctx’ [-Werror=unused-variable]
  17. grpc_exec_ctx new_exec_ctx = GRPC_EXEC_CTX_INIT;
  18. ^
  19. src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc: In function ‘void on_srv_query_done_cb(void*, int, int, unsigned char*, int)’:
  20. src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc:229:17: error: unused variable ‘exec_ctx’ [-Werror=unused-variable]
  21. grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
  22. ^
  23. cc1plus: all warnings being treated as errors
  24. make: *** [/usr/local/google/home/yashkt/grpc-projects/grpc-c-fork/grpc/objs/opt/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.o] Error 1
  25. src/cpp/common/channel_arguments.cc: In destructor ‘grpc::ChannelArguments::~ChannelArguments()’:
  26. src/cpp/common/channel_arguments.cc:70:17: error: unused variable ‘exec_ctx’ [-Werror=unused-variable]
  27. grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
  28. ^
  29. src/cpp/common/channel_arguments.cc: In member function ‘void grpc::ChannelArguments::SetSocketMutator(grpc_socket_mutator*)’:
  30. src/cpp/common/channel_arguments.cc:99:17: error: unused variable ‘exec_ctx’ [-Werror=unused-variable]
  31. grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
  32. ^
  33. cc1plus: all warnings being treated as errors
  34. make: *** [/usr/local/google/home/yashkt/grpc-projects/grpc-c-fork/grpc/objs/opt/src/cpp/common/channel_arguments.o] Error 1
  35. src/proto/grpc/testing/services.proto: warning: Import src/proto/grpc/testing/stats.proto but not used.
  36. src/proto/grpc/testing/services.proto: warning: Import src/proto/grpc/testing/stats.proto but not used.
  37. make: Target `all' not remade because of errors.