Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grpc/otel/filterx: ignore MutableRepeatedPtrField() declaration warn
The protoc generated codes are using RepeatedPtrField in the classes. The recommended GetMutableRepeatedFieldRef() function returns a MutableRepeatedFieldRef object, which is incompatible with RepeatedPtrField. The ideal thing would be if protoc generated such codes that use MutableRepeatedFieldRef, or we had a conversion API between the two. Signed-off-by: Attila Szakacs <[email protected]>
- Loading branch information