aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2019-01-02 14:24:30 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2019-01-02 14:24:30 -0800
commit69e99a827555ce69cb796589189dab4fc6a9375f (patch)
tree1ef6dd4362a6e1dd86390e04aac5c70740b17c31 /test
parent95ebd80bbd4f1622e64a6c485bb911e8f7abcf3f (diff)
Add clang fallthrough annotation
Diffstat (limited to 'test')
-rw-r--r--test/core/memory_usage/server.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/memory_usage/server.cc b/test/core/memory_usage/server.cc
index 7424797e6f..c79d661a42 100644
--- a/test/core/memory_usage/server.cc
+++ b/test/core/memory_usage/server.cc
@@ -295,6 +295,7 @@ int main(int argc, char** argv) {
/* fallthrough */
// no break here since we want to continue to case
// FLING_SERVER_SEND_STATUS_SNAPSHOT to destroy the snapshot call
+ [[fallthrough]];
case FLING_SERVER_SEND_STATUS_SNAPSHOT:
grpc_byte_buffer_destroy(payload_buffer);
grpc_byte_buffer_destroy(terminal_buffer);