mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Automated Code Change
PiperOrigin-RevId: 910923991
This commit is contained in:
parent
62074624a9
commit
1eb2c7268d
1 changed files with 1 additions and 5 deletions
|
|
@ -108,11 +108,7 @@ filegroup(
|
|||
py_extension(
|
||||
name = "_message",
|
||||
srcs = [":message_srcs"],
|
||||
copts = UPB_DEFAULT_COPTS + select(LIMITED_API_FLAG_SELECT) + [
|
||||
# The Python API requires patterns that are ISO C incompatible, like
|
||||
# casts between function pointers and object pointers.
|
||||
"-Wno-pedantic",
|
||||
],
|
||||
copts = UPB_DEFAULT_COPTS + select(LIMITED_API_FLAG_SELECT),
|
||||
features = UPB_DEFAULT_FEATURES,
|
||||
target_compatible_with = select(_message_target_compatible_with),
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue