From ad94fdfe51f7faa4be4d6eb40779802e7d56f780 Mon Sep 17 00:00:00 2001 From: Craig Tiller <ctiller@google.com> Date: Fri, 15 Jul 2016 06:42:29 -0700 Subject: [PATCH] Fix compile error --- test/cpp/qps/client_async.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc index 43f037ce48..5d9cb4bd0c 100644 --- a/test/cpp/qps/client_async.cc +++ b/test/cpp/qps/client_async.cc @@ -265,6 +265,7 @@ class AsyncClient : public ClientImpl<StubType, RequestType> { // done return true; } + GPR_UNREACHABLE_CODE(return true); } std::vector<std::unique_ptr<CompletionQueue>> cli_cqs_; -- GitLab