mirror of https://github.com/grpc/grpc.git
[Build] Workaround for upb 24.x warnings (#34200)
This is to address too many warnings coming from upb 24.x ``` In file included from external/upb/upb/mini_table/field.h:32: external/upb/upb/mini_table/internal/message.h:36:14: warning: redefinition of typedef 'upb_Message' is a C11 feature [-Wtypedef-redefinition] typedef void upb_Message; ^ external/upb/upb/message/tagged_ptr.h:40:14: note: previous definition is here typedef void upb_Message; ^ 1 warning generated. ```pull/34205/head
parent
a35f282d58
commit
395ff71b8d
3 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue