aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-07-15 06:42:29 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-07-15 06:42:29 -0700
commitad94fdfe51f7faa4be4d6eb40779802e7d56f780 (patch)
treeb20a7d1965a0fc31da25648c410ec2c903670c52 /test/cpp
parentb23239b6d835c2f3abee715c0120144f401a641f (diff)
Fix compile error
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/qps/client_async.cc1
1 files changed, 1 insertions, 0 deletions
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_;