We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 609937b + 8497f1f commit 32b08d7Copy full SHA for 32b08d7
1 file changed
.bazelrc
@@ -84,6 +84,7 @@ build --per_file_copt=src/v/serde/protobuf/tests/round_trip_test.cc@-Wno-depreca
84
build --per_file_copt=src/v/serde/protobuf/tests/parser_test.cc@-Wno-deprecated-declarations
85
build --per_file_copt=src/v/iceberg/conversion/tests/iceberg_protobuf_tests.cc@-Wno-deprecated-declarations
86
build --per_file_copt=src/v/pandaproxy/schema_registry/protobuf.cc@-Wno-deprecated-declarations
87
+build --per_file_copt=.*\\.pb\\.cc@-Wno-deprecated-declarations
88
# Suppress deprecated declarations in the protobuf external module itself
89
build --per_file_copt=external/protobuf.*@-Wno-deprecated-declarations
90
build --host_per_file_copt=external/protobuf.*@-Wno-deprecated-declarations
0 commit comments