Add clang fallthrough annotation

pull/17613/head
ncteisen 6 years ago
parent 95ebd80bbd
commit 69e99a8275
  1. 1
      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);

Loading…
Cancel
Save