aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-09 08:47:43 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-09 08:47:43 -0800
commit24c8fac9f40e9dfaa8370b10f065f63bd735954b (patch)
treeec4e25327f4ddd8374a6c83f3c12b41db1f11d30 /src/core/lib/surface/call.c
parent5e5ef30a0414c3dd1df95d4bb7ae274747f808bf (diff)
parentc869da0d4fefc76837b721869a037ba9a6931d70 (diff)
Merge branch 'call_mutex' of github.com:ctiller/grpc into call_mutex
Diffstat (limited to 'src/core/lib/surface/call.c')
-rw-r--r--src/core/lib/surface/call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c
index 18509dadff..0d216f82f9 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,