mirror of https://github.com/grpc/grpc.git
[upb] cast pointers to (upb_Message*) when calling upb functions (#35332)
upb currently defines upb_Message to be void but that may soon change, at which point the gRPC build would break without these casts.
This time for sure! With C++-style casts that also actually build!
Closes #35332
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35332 from ericsalo:master e7768a37c9
PiperOrigin-RevId: 591959873
pull/35334/head
parent
c93798b5c7
commit
b589b107c8
7 changed files with 28 additions and 16 deletions
Loading…
Reference in new issue