envoyproxy/envoy
Ver no GitHubSpecify -Wdeprecated-declarations for proto targets
Open
#14.281 aberto em 4 de dez. de 2020
area/buildhelp wantedtech debt
Métricas do repositório
- Stars
- (27.997 stars)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 30d)
Description
The deprecated proto fields are generating a whole lot of warnings:
bazel-out/k8-fastbuild/bin/external/envoy_api/envoy/config/core/v3/config_source.pb.h:102:3: note: declared here
102 | ApiConfigSource_ApiType_hidden_envoy_deprecated_UNSUPPORTED_REST_LEGACY PROTOBUF_DEPRECATED_ENUM = 0,
We should set the -Wdeprecated-declarations for proto targets to suppress this warning.