Automated Code Change

PiperOrigin-RevId: 910923991
This commit is contained in:
Protobuf Team Bot 2026-05-05 14:43:49 -07:00 committed by Copybara-Service
parent 62074624a9
commit 1eb2c7268d

View file

@ -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 = [