diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-08 17:11:17 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-08 17:11:17 -0800 |
commit | c869da0d4fefc76837b721869a037ba9a6931d70 (patch) | |
tree | ea4595f308949169db137aff56131f59d31dd592 /src/core/lib/surface | |
parent | 2a11ad1529833d0faaa0d2b03f19fd0c06286991 (diff) |
Compiler compatibility
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r-- | src/core/lib/surface/call.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c index 77ee6b7753..f12f7ed5da 100644 --- a/src/core/lib/surface/call.c +++ b/src/core/lib/surface/call.c @@ -1006,6 +1006,7 @@ static int batch_slot_for_op(grpc_op_type type) { case GRPC_OP_RECV_STATUS_ON_CLIENT: return 5; } + GPR_UNREACHABLE_CODE(return 123456789); } static batch_control *allocate_batch_control(grpc_call *call, |