aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/byte_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface/byte_buffer.c')
-rw-r--r--src/core/surface/byte_buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/byte_buffer.c b/src/core/surface/byte_buffer.c
index a930949f2d..295ef5ab0e 100644
--- a/src/core/surface/byte_buffer.c
+++ b/src/core/surface/byte_buffer.c
@@ -97,4 +97,5 @@ size_t grpc_byte_buffer_length(grpc_byte_buffer *bb) {
}
gpr_log(GPR_ERROR, "should never reach here");
abort();
+ return 0;
}