aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2_transport.c
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <nicolas@nobis-crew.org>2015-04-01 20:57:33 -0700
committerGravatar Nicolas "Pixel" Noble <nicolas@nobis-crew.org>2015-04-01 21:08:50 -0700
commit7f13eb2348012e318a78a32ab379b4e27ec71cb4 (patch)
treed21b763aad89841501da49b4416ef1529f221bd2 /src/core/transport/chttp2_transport.c
parentc7439042b147e0a47023c1b709900daee70860cf (diff)
Shutting off warnings about control paths.
Diffstat (limited to 'src/core/transport/chttp2_transport.c')
-rw-r--r--src/core/transport/chttp2_transport.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c
index 2b15b2a812..4c0394d46f 100644
--- a/src/core/transport/chttp2_transport.c
+++ b/src/core/transport/chttp2_transport.c
@@ -1710,6 +1710,8 @@ static int process_read(transport *t, gpr_slice slice) {
gpr_log(GPR_ERROR, "should never reach here");
abort();
+
+ return 0;
}
/* tcp read callback */