diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-15 06:42:29 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-15 06:42:29 -0700 |
commit | ad94fdfe51f7faa4be4d6eb40779802e7d56f780 (patch) | |
tree | b20a7d1965a0fc31da25648c410ec2c903670c52 /test | |
parent | b23239b6d835c2f3abee715c0120144f401a641f (diff) |
Fix compile error
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/qps/client_async.cc | 1 |
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_; |