mirror of https://github.com/grpc/grpc.git
I appreciate the elegance of using `\` and `/` to create ASCII art, but trailing backslashes in a `//` comment generates a lot of warnings with some compilers: ``` INFO: From Compiling src/core/lib/channel/promise_based_filter.cc: In file included from external/com_github_grpc_grpc/src/core/lib/surface/server.h:48, from external/com_github_grpc_grpc/src/core/lib/surface/call.h:53, from external/com_github_grpc_grpc/src/core/lib/channel/promise_based_filter.h:65, from external/com_github_grpc_grpc/src/core/lib/channel/promise_based_filter.cc:17: external/com_github_grpc_grpc/src/core/lib/channel/call_tracer.h:47:1: warning: multi-line comment [-Wcomment] 47 | // / \ | ^ external/com_github_grpc_grpc/src/core/lib/channel/call_tracer.h:49:1: warning: multi-line comment [-Wcomment] 49 | // / \ | ^ ```pull/35464/head
parent
c112dd7054
commit
18a7f6b8e6
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue