Snippets for protobuf 33.5 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/protobuf/33.5/6.fc45/data/logs/ppc64le/build.log.
-
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arena.cc:703:31: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 703 | absl::MutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arenastring.cc:60:10: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 60 | mu.Lock(); | ~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arenastring.cc:68:12: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 68 | mu.Unlock(); | ~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/importer.cc:471:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::DiskSourceTree::Mapping>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 471 | for (int i = 0; i < mappings_.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/dynamic_message.cc:574:66: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = std::__cxx11::basic_string<char>]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 574 | new (field_ptr) RepeatedPtrField<std::string>(arena); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/dynamic_message.cc:602:60: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 602 | new (field_ptr) RepeatedPtrField<Message>(arena); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/dynamic_message.cc:774:31: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 774 | !field->options().weak() && !InRealOneof(field) && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/dynamic_message.cc:809:42: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 809 | absl::MutexLock lock(&prototypes_mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/parser.cc:455:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 455 | for (int i = 0; i < detached_comments->size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_gen.cc:699:45: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 699 | if (descriptor->field(i)->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_gen.cc:738:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 738 | field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_gen.cc:773:54: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 773 | !field->is_map() && !field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_gen.cc:813:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 813 | } else if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/json/internal/parser.cc:834:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 834 | for (int i = 0; i < 9 - frac_digits; ++i) { | ~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/json/internal/untyped_message.cc:74:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 74 | for (size_t i = 0; i < raw_.fields_size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message_lite.cc:606:64: warning: ‘void absl::lts_20260526::strings_internal::STLStringResizeUninitializedAmortized(string_type*, size_t) [with string_type = std::__cxx11::basic_string<char>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations] 606 | absl::strings_internal::STLStringResizeUninitializedAmortized( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 607 | output, old_size + byte_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message_lite.cc:795:45: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 795 | absl::MutexLock lock(&shutdown_data->mutex); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:2526:55: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 2526 | if (!field->is_extension() && !field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3290:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3290 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3323:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3323 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3332:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3332 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3341:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3341 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2572:29: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2572 | absl::ReaderMutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2581:23: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2581 | absl::MutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3984:12: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 3984 | mu.Lock(); | ~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3986:14: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 3986 | mu.Unlock(); | ~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/reflection_visit_fields.h:109:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 109 | ABSL_DCHECK(!field->options().weak()) << "weak fields are not supported"; | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.cc:260:37: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 260 | absl::MutexLock lock(&p->mutex()); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.cc:310:39: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 310 | absl::MutexLock lock(&p->mutex()); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.cc:415:38: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 415 | absl::MutexLock lock(&p.mutex()); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message.cc:384:41: warning: ‘absl::lts_20260526::WriterMutexLock::WriterMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 384 | absl::WriterMutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message.cc:399:39: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 399 | absl::ReaderMutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message.cc:421:39: warning: ‘absl::lts_20260526::WriterMutexLock::WriterMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 421 | absl::WriterMutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/unknown_field_set.cc:216:64: warning: ‘void absl::lts_20260526::strings_internal::STLStringResizeUninitializedAmortized(string_type*, size_t) [with string_type = std::__cxx11::basic_string<char>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations] 216 | absl::strings_internal::STLStringResizeUninitializedAmortized(output, size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/wire/internal/reader.h:71:14: warning: ‘tag’ may be used uninitialized [-Wmaybe-uninitialized] 71 | return tag & kUpb_WireReader_WireTypeMask; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/field_mask_util.cc:350:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::basic_string_view<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 350 | for (int i = 0; i < parts.size(); ++i) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/field_mask_util.cc:356:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::basic_string_view<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 356 | i != parts.size() - 1)) { | ~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:1981:44: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 1981 | absl::ReaderMutexLock lock(pool->mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:2138:53: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2138 | absl::ReaderMutexLock l(&unknown_enum_values_mu_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:2147:53: warning: ‘absl::lts_20260526::WriterMutexLock::WriterMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2147 | absl::WriterMutexLock l(&unknown_enum_values_mu_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:2644:38: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2644 | absl::ReaderMutexLock lock(mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:3953:65: warning: ‘bool google::protobuf::FieldDescriptor::has_optional_keyword() const’ is deprecated: Use has_presence() instead. [-Wdeprecated-declarations] 3953 | (!is_required() && !is_repeated() && !has_optional_keyword())) { | ~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:7982:65: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 7982 | bool is_weak = !pool_->enforce_weak_ && proto.options().weak(); | ~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:10700:62: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations]
-
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format.cc:663:54: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 663 | if (consumed_semicolon && field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2572:29: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2572 | absl::ReaderMutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2581:23: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2581 | absl::MutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/usr/include/c++/16/bits/move.h:239:11: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 239 | __a = _GLIBCXX_MOVE(__b); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.cc:1802:32: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1802 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.cc:2065:46: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2065 | absl::MutexLock lock(&bootstrap_cache.mutex); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_helpers.cc:109:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 109 | for (int i = 0; i < input.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_field_base.cc:306:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 306 | for(int i = 0; i < text.size(); i++) { | ~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_message.cc:556:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 556 | for (int i = 0; i < fields_by_number().size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_message.cc:702:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 702 | for (int i = 0; i < fields_by_number().size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_message.cc:742:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 742 | for (int i = 0; i < fields_by_number().size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/names.cc:143:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 143 | for (int i = 0; i < input.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/context.cc:145:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 145 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/context.cc:148:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 148 | for (int j = i + 1; j < fields.size(); ++j) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/context.cc:168:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 168 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:176:29: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 176 | if (!field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:775:66: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 775 | if (!field->real_containing_oneof() && !field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:1140:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1140 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:1396:59: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1396 | if (!HasHasbit(field, options_) || field->options().weak()) return; | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:2184:64: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 2184 | if (!field->is_repeated() && !field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:2717:30: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 2717 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:4372:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 4372 | } else if (field->options().weak() || | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:4722:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 4722 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:5029:43: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 5029 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:5572:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 5572 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:1363:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1363 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/file.cc:86:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 86 | for (int i = 0; i < fields.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/full/enum.cc:92:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 92 | for (int i = 0; i < canonical_values_.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/full/enum.cc:396:32: warning: comparison of integer expressions of different signedness: ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 396 | if (canonical_values_.size() != descriptor_->value_count()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/generator.cc:165:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 165 | for (int i = 0; i < all_files.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/generator.cc:176:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 176 | for (int i = 0; i < all_annotations.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/helpers.cc:119:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 119 | for (int i = 0; i < input.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/helpers.cc:454:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 454 | for (int i = 0; i < text.size(); i++) { | ~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2572:29: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2572 | absl::ReaderMutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2581:23: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2581 | absl::MutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/shared_code_generator.cc:150:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 150 | for (int i = 0; i < file_data.size(); i += kBytesPerLine) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/shared_code_generator.cc:191:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 191 | for (int i = 0; i < dependencies.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/objectivec/names.cc:270:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 270 | for (int i = 0; i < input.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/objectivec/names.cc:850:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 850 | for (int i = 0; i < name.size(); i++) { | ~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/objectivec/names.cc:1152:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1152 | for (int i = 0; i < worker.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/objectivec/names.cc:1204:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::basic_string_view<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1204 | if (offset == absl::string_view::npos) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/python/helpers.cc:90:21: warning: ‘void absl::lts_20260526::Base64Escape(std::string_view, std::string*)’ is deprecated: Use the string-returning version of Base64Escape() [-Wdeprecated-declarations] 90 | absl::Base64Escape(annotations.SerializeAsString(), &result); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:174:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 174 | for (int i = 0; i < full_name.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:272:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 272 | while (first_index != std::string::npos) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:283:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 283 | if (file_name_start == std::string::npos) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:480:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 480 | for (int i = 0; i < name.size(); i++) { | ~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1143:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1143 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1186:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1186 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1197:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1197 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1314:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1314 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1322:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1322 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1486:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::basic_string_view<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1486 | for (int i = 0; i < lines.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:307:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 307 | for (int i = 0; i < result.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:307:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 307 | for (int i = 0; i < result.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/python/pyi_generator.cc:607:31: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 607 | absl::MutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/python/generator.cc:240:31: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 240 | absl::MutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/python/generator.cc:890:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 890 | for (int j = 0; j < to_register.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/subprocess.cc:413:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 413 | if (input_pos == input_data.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/zip_writer.cc:74:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 74 | for (int i = 0; i < buf.size(); ++i) { | ~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arenastring.cc:60:10: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 60 | mu.Lock(); | ~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arenastring.cc:68:12: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 68 | mu.Unlock(); | ~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arena.cc:703:31: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 703 | absl::MutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message_lite.cc:606:64: warning: ‘void absl::lts_20260526::strings_internal::STLStringResizeUninitializedAmortized(string_type*, size_t) [with string_type = std::__cxx11::basic_string<char>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations] 606 | absl::strings_internal::STLStringResizeUninitializedAmortized( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 607 | output, old_size + byte_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message_lite.cc:795:45: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 795 | absl::MutexLock lock(&shutdown_data->mutex); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.h:23:28: warning: type of ‘google__protobuf__FileDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.h:23:28: warning: type of ‘google__protobuf__FileDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.h:23:28: warning: type of ‘google__protobuf__FileDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.h:23:28: warning: type of ‘google__protobuf__FileDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arena_unittest.cc:535:58: warning: ‘using absl::lts_20260526::in_place_t = struct std::in_place_t’ is deprecated [-Wdeprecated-declarations] 535 | explicit constexpr DispatcherTestProto(absl::in_place_t) | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arena_unittest.cc:548:58: warning: ‘absl::lts_20260526::in_place’ is deprecated [-Wdeprecated-declarations] 548 | DispatcherTestProto dispatcher_test_proto_instance(absl::in_place); | ^~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/repeated_ptr_field.h:1424:29: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = proto2_unittest::TestAllTypes]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 1424 | : RepeatedPtrField(arena) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/micro_string_test.cc:697:19: warning: ‘expected_use’ may be used uninitialized [-Wmaybe-uninitialized] 697 | ExpectMemoryUsed(used, true, expected_use, ©); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/reflection_visit_fields.h:109:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 109 | ABSL_DCHECK(!field->options().weak()) << "weak fields are not supported"; | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/repeated_ptr_field.h:1424:29: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = std::__cxx11::basic_string<char>]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 1424 | : RepeatedPtrField(arena) { | ^ -
/usr/include/c++/16/bits/new_allocator.h:183:66: warning: ‘operator delete(void*, unsigned long)’ called on pointer ‘__result’ with nonzero offset 32 [-Wfree-nonheap-object] 183 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n)); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/varint_shuffle_test.cc:160:3: warning: ‘expected’ may be used uninitialized [-Wmaybe-uninitialized] 160 | ASSERT_THAT(result, Eq(expected)); | ^~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/varint_shuffle_test.cc:160:3: warning: ‘expected’ may be used uninitialized [-Wmaybe-uninitialized] 160 | ASSERT_THAT(result, Eq(expected)); | ^~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/varint_shuffle_test.cc:136:3: warning: ‘expected’ may be used uninitialized [-Wmaybe-uninitialized] 136 | ASSERT_THAT(result, Eq(expected)); | ^~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/varint_shuffle_test.cc:136:3: warning: ‘expected’ may be used uninitialized [-Wmaybe-uninitialized] 136 | ASSERT_THAT(result, Eq(expected)); | ^~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:1258:57: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 1258 | EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label()); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:1259:57: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 1259 | EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->label()); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:1260:57: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 1260 | EXPECT_EQ(FieldDescriptor::LABEL_REPEATED, baz_->label()); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:1261:57: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 1261 | EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, moo_->label()); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:2377:76: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 2377 | EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, foo_file_->extension(0)->label()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:2378:76: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 2378 | EXPECT_EQ(FieldDescriptor::LABEL_REPEATED, foo_file_->extension(1)->label()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:2379:71: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 2379 | EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->extension(0)->label()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:2380:71: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 2380 | EXPECT_EQ(FieldDescriptor::LABEL_REPEATED, bar_->extension(1)->label()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:9405:25: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 9405 | ASSERT_EQ(field->label(), FieldDescriptor::LABEL_REQUIRED); | ~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2572:29: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2572 | absl::ReaderMutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2581:23: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2581 | absl::MutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/unknown_field_set_unittest.cc:727:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 727 | for (int i = 0; i < field_numbers.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/unknown_field_set_unittest.cc:732:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 732 | for (int i = 0; i < expected_field_numbers.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/importer_unittest.cc:242:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 242 | for (int i = 0; i < dirnames_.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/importer_unittest.cc:251:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 251 | for (int i = 0; i < dirnames_.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:646:38: warning: ‘void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 646 | printer.SetDefaultFieldValuePrinter(new CustomUInt32FieldValuePrinter()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:668:48: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 668 | EXPECT_TRUE(printer.RegisterFieldValuePrinter( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 669 | message.GetDescriptor()->FindFieldByName("optional_int32"), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 670 | new CustomInt32FieldValuePrinter())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:681:48: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 681 | ASSERT_TRUE(printer.RegisterFieldValuePrinter( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 682 | field, new CustomInt32FieldValuePrinter())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:685:49: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 685 | ASSERT_FALSE(printer.RegisterFieldValuePrinter(field, rejected)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:693:49: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 693 | EXPECT_FALSE(printer.RegisterFieldValuePrinter( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 694 | message.GetDescriptor()->FindFieldByName("optional_int32"), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 695 | static_cast<const TextFormat::FieldValuePrinter*>(nullptr))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:702:49: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 702 | EXPECT_FALSE(printer.RegisterFieldValuePrinter(nullptr, &my_field_printer)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:733:38: warning: ‘void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 733 | printer.SetDefaultFieldValuePrinter(new CustomMessageFieldValuePrinter()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:818:38: warning: ‘void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 818 | printer.SetDefaultFieldValuePrinter(new CustomMultilineCommentPrinter()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:910:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 910 | while (newline_pos != std::string::npos) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:917:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 917 | if (last_pos < val.size()) { | ~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_sink_test.cc:50:18: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 50 | if (pattern_ >= (1 << data_.size())) { | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:62:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 62 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:62:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 62 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:62:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 62 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:593:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 593 | for (int i = 0; i < ABSL_ARRAYSIZE(kTokens); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:848:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 848 | for (int i = 0; i < detached_comments.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_stream_unittest.cc:1452:20: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 1452 | go_write.Lock(); | ~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_stream_unittest.cc:1457:22: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 1457 | go_write.Lock(); | ~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_stream_unittest.cc:1458:24: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 1458 | go_write.Unlock(); | ~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_stream_unittest.cc:1477:22: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 1477 | go_write.Unlock(); | ~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/parser_unittest.cc:3190:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 3190 | for (int i = 0; i < ABSL_ARRAYSIZE(expected_comments); ++i) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:88:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 88 | annotation->path_size() != path.size()) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:92:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 92 | for (; node < path.size(); ++node) { | ~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:97:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 97 | if (node == path.size()) { | ~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:150:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 150 | if (begin < 0 || end < begin || end > file_content.size()) { | ~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:88:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 88 | annotation->path_size() != path.size()) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:92:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 92 | for (; node < path.size(); ++node) { | ~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:97:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 97 | if (node == path.size()) { | ~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:150:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 150 | if (begin < 0 || end < begin || end > file_content.size()) { | ~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:84:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 84 | for (int i = 0; i < field_path.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1306:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1306 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1320:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1320 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1367:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1367 | for (int i = 0; i < fields1.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1394:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1394 | for (int i = 0; i < fields1.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1422:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1422 | for (int i = 0; i < fields1.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1576:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1576 | msg1.add_rm()->set_a(1); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1577:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1577 | msg1.add_rm()->set_a(2); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1578:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1578 | msg1.add_rm()->set_a(3); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1579:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1579 | msg1.add_rm()->set_a(4); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1580:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1580 | msg1.add_rm()->set_a(5); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1581:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1581 | msg2.add_rm()->set_a(2); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1582:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1582 | msg2.add_rm()->set_a(6); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1583:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1583 | msg2.add_rm()->set_a(4); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1625:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1625 | *msg1.add_rm() = elem1_1; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1626:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1626 | *msg1.add_rm() = elem2_1; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1627:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1627 | *msg1.add_rm() = elem3_1; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1629:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1629 | *msg2.add_rm() = elem3_2; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1630:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1630 | *msg2.add_rm() = elem1_2; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1631:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1631 | *msg2.add_rm() = elem2_2; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1656:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1656 | *msg1.add_rm() = elem; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1657:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1657 | *msg1.add_rm() = elem; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1658:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1658 | *msg2.add_rm() = elem; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1659:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1659 | *msg2.add_rm() = elem; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1688:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1688 | *msg1.add_rm() = elem1_1; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1689:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1689 | *msg1.add_rm() = elem2_1; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1690:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1690 | *msg2.add_rm() = elem1_2; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1691:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1691 | *msg2.add_rm() = elem2_2; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1731:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1731 | *msg1.add_rm() = elem1_1; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1732:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1732 | *msg1.add_rm() = elem2_1; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1733:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1733 | *msg1.add_rm() = elem3_1; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1734:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1734 | *msg2.add_rm() = elem2_2; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1735:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1735 | *msg2.add_rm() = elem3_2; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1759:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1759 | *msg1.add_rm() = elem1; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1760:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1760 | *msg1.add_rm() = elem2; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1761:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1761 | *msg1.add_rm() = elem3; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1762:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1762 | *msg2.add_rm() = elem2; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1763:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1763 | *msg2.add_rm() = elem3; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:1764:15: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 1764 | *msg2.add_rm() = elem4; | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2071:11: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2071 | a.add_rm()->set_c(1); | ~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2072:11: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2072 | a.add_rm()->set_c(0); | ~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2077:11: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2077 | b.add_rm()->set_c(1); | ~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2078:11: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2078 | b.add_rm(); | ~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2083:11: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2083 | c.add_rm(); | ~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2084:11: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2084 | c.add_rm()->set_c(1); | ~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2099:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2099 | msg1.add_rm()->set_a(1); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2100:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2100 | msg1.add_rm()->set_b(2); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2101:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2101 | msg1.add_rm()->set_c(3); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2107:50: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2107 | proto2_unittest::TestField* field = msg2.add_rm(); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2110:22: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2110 | field = msg2.add_rm(); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2113:22: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2113 | field = msg2.add_rm(); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2585:22: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2585 | field = msg1.add_rm(); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2588:22: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2588 | field = msg2.add_rm(); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2673:22: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2673 | field = msg1.add_rm(); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2677:22: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2677 | field = msg2.add_rm(); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2905:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2905 | msg1.add_rm()->set_c(1); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:2907:14: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 2907 | msg2.add_rm()->set_c(1); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3552:20: warning: ‘void proto2_unittest::TestDiffMessage::set_v(int32_t)’ is deprecated [-Wdeprecated-declarations] 3552 | proto1diff_.set_v(3); | ~~~~~~~~~~~~~~~~~^~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3553:20: warning: ‘void proto2_unittest::TestDiffMessage::set_v(int32_t)’ is deprecated [-Wdeprecated-declarations] 3553 | proto2diff_.set_v(3); | ~~~~~~~~~~~~~~~~~^~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3565:20: warning: ‘void proto2_unittest::TestDiffMessage::set_v(int32_t)’ is deprecated [-Wdeprecated-declarations] 3565 | proto2diff_.set_v(3); | ~~~~~~~~~~~~~~~~~^~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3577:20: warning: ‘void proto2_unittest::TestDiffMessage::set_v(int32_t)’ is deprecated [-Wdeprecated-declarations] 3577 | proto1diff_.set_v(3); | ~~~~~~~~~~~~~~~~~^~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3589:20: warning: ‘void proto2_unittest::TestDiffMessage::set_v(int32_t)’ is deprecated [-Wdeprecated-declarations] 3589 | proto1diff_.set_v(3); | ~~~~~~~~~~~~~~~~~^~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3590:20: warning: ‘void proto2_unittest::TestDiffMessage::set_v(int32_t)’ is deprecated [-Wdeprecated-declarations] 3590 | proto2diff_.set_v(4); | ~~~~~~~~~~~~~~~~~^~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3683:21: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 3683 | proto1diff_.add_rm()->set_c(0); | ~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3684:21: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 3684 | proto1diff_.add_rm()->set_c(1); | ~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3685:21: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 3685 | proto2diff_.add_rm()->set_c(2); | ~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/message_differencer_unittest.cc:3686:21: warning: ‘proto2_unittest::TestField* proto2_unittest::TestDiffMessage::add_rm()’ is deprecated [-Wdeprecated-declarations] 3686 | proto2diff_.add_rm()->set_c(3); | ~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:88:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 88 | annotation->path_size() != path.size()) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:92:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 92 | for (; node < path.size(); ++node) { | ~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:97:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 97 | if (node == path.size()) { | ~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:150:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 150 | if (begin < 0 || end < begin || end > file_content.size()) { | ~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/lite_arena_unittest.cc:60:26: warning: comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 60 | while (data.capacity() <= original_capacity) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/mem/arena_test.cc:449:33: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 449 | absl::MutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/mem/arena_test.cc:478:33: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 478 | absl::MutexLock lock(&mutex_); | ^ -
/usr/include/absl/log/internal/check_op.h:502:1: warning: ‘parsed_val’ may be used uninitialized [-Wmaybe-uninitialized] 502 | ABSL_LOG_INTERNAL_CHECK_OP_IMPL(Check_EQ, ==) | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/util/required_fields_editions_test.upb_minitable.h:25:28: warning: type of ‘upb_0util_02023_0test__TestRequiredFields_msg_init’ does not match original declaration [-Wlto-type-mismatch] 25 | extern const upb_MiniTable upb_0util_02023_0test__TestRequiredFields_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/util/required_fields_test.upb_minitable.h:25:28: warning: type of ‘upb_0util_0test__TestRequiredFields_msg_init’ does not match original declaration [-Wlto-type-mismatch] 25 | extern const upb_MiniTable upb_0util_0test__TestRequiredFields_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/descriptor.upb_minitable.h:35:28: warning: type of ‘google__protobuf__FieldDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 35 | extern const upb_MiniTable google__protobuf__FieldDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/descriptor.upb_minitable.h:25:28: warning: type of ‘google__protobuf__DescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 25 | extern const upb_MiniTable google__protobuf__DescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/descriptor.upb_minitable.h:23:28: warning: type of ‘google__protobuf__FileDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/proto3_test.upb_minitable.h:25:28: warning: type of ‘upb__test__TestOneOfInitialField_msg_init’ does not match original declaration [-Wlto-type-mismatch] 25 | extern const upb_MiniTable upb__test__TestOneOfInitialField_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:39:28: warning: type of ‘upb_0test__ModelWithMaps_msg_init’ does not match original declaration [-Wlto-type-mismatch] 39 | extern const upb_MiniTable upb_0test__ModelWithMaps_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:31:28: warning: type of ‘upb_0test__ModelWithExtensions_msg_init’ does not match original declaration [-Wlto-type-mismatch] 31 | extern const upb_MiniTable upb_0test__ModelWithExtensions_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:35:28: warning: type of ‘upb_0test__ModelExtension2_msg_init’ does not match original declaration [-Wlto-type-mismatch] 35 | extern const upb_MiniTable upb_0test__ModelExtension2_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:33:28: warning: type of ‘upb_0test__ModelExtension1_msg_init’ does not match original declaration [-Wlto-type-mismatch] 33 | extern const upb_MiniTable upb_0test__ModelExtension1_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:27:28: warning: type of ‘upb_0test__HelloRequest_msg_init’ does not match original declaration [-Wlto-type-mismatch] 27 | extern const upb_MiniTable upb_0test__HelloRequest_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:45:28: warning: type of ‘upb_0test__ModelWithMaps__MapIiEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 45 | extern const upb_MiniTable upb_0test__ModelWithMaps__MapIiEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:43:28: warning: type of ‘upb_0test__ModelWithMaps__MapSsEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 43 | extern const upb_MiniTable upb_0test__ModelWithMaps__MapSsEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:41:28: warning: type of ‘upb_0test__ModelWithMaps__MapSbEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 41 | extern const upb_MiniTable upb_0test__ModelWithMaps__MapSbEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:23:28: warning: type of ‘upb_0test__MapTest__MapStringDoubleEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable upb_0test__MapTest__MapStringDoubleEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test.upb_minitable.h:21:28: warning: type of ‘upb_0test__MapTest_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable upb_0test__MapTest_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto3.upb_minitable.h:51:28: warning: type of ‘protobuf_0test_0messages__proto3__TestAllTypesProto3__MapStringStringEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 51 | extern const upb_MiniTable protobuf_0test_0messages__proto3__TestAllTypesProto3__MapStringStringEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto3.upb_minitable.h:25:28: warning: type of ‘protobuf_0test_0messages__proto3__TestAllTypesProto3__MapInt32Int32Entry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 25 | extern const upb_MiniTable protobuf_0test_0messages__proto3__TestAllTypesProto3__MapInt32Int32Entry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/timestamp.upb_minitable.h:21:28: warning: type of ‘google__protobuf__Timestamp_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable google__protobuf__Timestamp_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/test_cpp.upb_minitable.h:21:28: warning: type of ‘upb__test__TestMessage_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable upb__test__TestMessage_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/test/editions_test.upb_minitable.h:21:28: warning: type of ‘upb__test_02023__EditionsMessage_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable upb__test_02023__EditionsMessage_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/utf8_test_proto2.upb_minitable.h:27:28: warning: type of ‘upb_0test__TestUtf8RepeatedProto2String_msg_init’ does not match original declaration [-Wlto-type-mismatch] 27 | extern const upb_MiniTable upb_0test__TestUtf8RepeatedProto2String_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/utf8_test_proto2.upb_minitable.h:25:28: warning: type of ‘upb_0test__TestUtf8Proto2String_msg_init’ does not match original declaration [-Wlto-type-mismatch] 25 | extern const upb_MiniTable upb_0test__TestUtf8Proto2String_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/utf8_test_proto2.upb_minitable.h:23:28: warning: type of ‘upb_0test__TestUtf8RepeatedProto2Bytes_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable upb_0test__TestUtf8RepeatedProto2Bytes_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/utf8_test_proto2.upb_minitable.h:21:28: warning: type of ‘upb_0test__TestUtf8Proto2Bytes_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable upb_0test__TestUtf8Proto2Bytes_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/utf8_test.upb_minitable.h:25:28: warning: type of ‘upb_0test__TestUtf8RepeatedProto3String_msg_init’ does not match original declaration [-Wlto-type-mismatch] 25 | extern const upb_MiniTable upb_0test__TestUtf8RepeatedProto3String_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/utf8_test.upb_minitable.h:23:28: warning: type of ‘upb_0test__TestUtf8Proto3String_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable upb_0test__TestUtf8Proto3String_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/utf8_test.upb_minitable.h:21:28: warning: type of ‘upb_0test__TestUtf8Bytes_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable upb_0test__TestUtf8Bytes_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:59:28: warning: type of ‘upb_0test__TestFreeze_msg_init’ does not match original declaration [-Wlto-type-mismatch] 59 | extern const upb_MiniTable upb_0test__TestFreeze_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/mini_table/internal/message.h:104:37: warning: type of ‘_kUpb_MiniTable_Empty_dont_copy_me__upb_internal_use_only’ does not match original declaration [-Wlto-type-mismatch] 104 | extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_Empty); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:27:28: warning: type of ‘upb_0test__MessageSetMember_msg_init’ does not match original declaration [-Wlto-type-mismatch] 27 | extern const upb_MiniTable upb_0test__MessageSetMember_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:45:28: warning: type of ‘upb_0test__TestMaxRequiredFields_msg_init’ does not match original declaration [-Wlto-type-mismatch] 45 | extern const upb_MiniTable upb_0test__TestMaxRequiredFields_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:61:28: warning: type of ‘upb_0test__TestFreeze__MapIntEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 61 | extern const upb_MiniTable upb_0test__TestFreeze__MapIntEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:53:28: warning: type of ‘upb_0test__TestMapFieldExtra__MapFieldEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 53 | extern const upb_MiniTable upb_0test__TestMapFieldExtra__MapFieldEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:51:28: warning: type of ‘upb_0test__TestMapFieldExtra_msg_init’ does not match original declaration [-Wlto-type-mismatch] 51 | extern const upb_MiniTable upb_0test__TestMapFieldExtra_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:49:28: warning: type of ‘upb_0test__TestMapField__MapFieldEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 49 | extern const upb_MiniTable upb_0test__TestMapField__MapFieldEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:47:28: warning: type of ‘upb_0test__TestMapField_msg_init’ does not match original declaration [-Wlto-type-mismatch] 47 | extern const upb_MiniTable upb_0test__TestMapField_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:43:28: warning: type of ‘upb_0test__SubMessageHasRequired_msg_init’ does not match original declaration [-Wlto-type-mismatch] 43 | extern const upb_MiniTable upb_0test__SubMessageHasRequired_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:39:28: warning: type of ‘upb_0test__EmptyMessage_msg_init’ does not match original declaration [-Wlto-type-mismatch] 39 | extern const upb_MiniTable upb_0test__EmptyMessage_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:41:28: warning: type of ‘upb_0test__TestRequiredFields_msg_init’ does not match original declaration [-Wlto-type-mismatch] 41 | extern const upb_MiniTable upb_0test__TestRequiredFields_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:37:28: warning: type of ‘upb_0test__Proto2FakeEnumMessage_msg_init’ does not match original declaration [-Wlto-type-mismatch] 37 | extern const upb_MiniTable upb_0test__Proto2FakeEnumMessage_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:35:28: warning: type of ‘upb_0test__Proto2EnumMessage_msg_init’ does not match original declaration [-Wlto-type-mismatch] 35 | extern const upb_MiniTable upb_0test__Proto2EnumMessage_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:33:28: warning: type of ‘upb_0test__FakeMessageSet__Item__UnknownGroup_msg_init’ does not match original declaration [-Wlto-type-mismatch] 33 | extern const upb_MiniTable upb_0test__FakeMessageSet__Item__UnknownGroup_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:31:28: warning: type of ‘upb_0test__FakeMessageSet__Item_msg_init’ does not match original declaration [-Wlto-type-mismatch] 31 | extern const upb_MiniTable upb_0test__FakeMessageSet__Item_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:29:28: warning: type of ‘upb_0test__FakeMessageSet_msg_init’ does not match original declaration [-Wlto-type-mismatch] 29 | extern const upb_MiniTable upb_0test__FakeMessageSet_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:25:28: warning: type of ‘upb_0test__TestMessageSet_msg_init’ does not match original declaration [-Wlto-type-mismatch] 25 | extern const upb_MiniTable upb_0test__TestMessageSet_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/message/test.upb_minitable.h:21:28: warning: type of ‘upb_0test__TestExtensions_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable upb_0test__TestExtensions_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:73:28: warning: type of ‘protobuf_0test_0messages__proto2__TestAllTypesProto2__MessageSetCorrectExtension1_msg_init’ does not match original declaration [-Wlto-type-mismatch] 73 | extern const upb_MiniTable protobuf_0test_0messages__proto2__TestAllTypesProto2__MessageSetCorrectExtension1_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:71:28: warning: type of ‘protobuf_0test_0messages__proto2__TestAllTypesProto2__MessageSetCorrect_msg_init’ does not match original declaration [-Wlto-type-mismatch] 71 | extern const upb_MiniTable protobuf_0test_0messages__proto2__TestAllTypesProto2__MessageSetCorrect_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:83:28: warning: type of ‘protobuf_0test_0messages__proto2__UnknownToTestAllTypes_msg_init’ does not match original declaration [-Wlto-type-mismatch] 83 | extern const upb_MiniTable protobuf_0test_0messages__proto2__UnknownToTestAllTypes_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:45:28: warning: type of ‘protobuf_0test_0messages__proto2__TestAllTypesProto2__MapInt32BoolEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 45 | extern const upb_MiniTable protobuf_0test_0messages__proto2__TestAllTypesProto2__MapInt32BoolEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:51:28: warning: type of ‘protobuf_0test_0messages__proto2__TestAllTypesProto2__MapInt32NestedMessageEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 51 | extern const upb_MiniTable protobuf_0test_0messages__proto2__TestAllTypesProto2__MapInt32NestedMessageEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:59:28: warning: type of ‘protobuf_0test_0messages__proto2__TestAllTypesProto2__MapStringNestedMessageEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 59 | extern const upb_MiniTable protobuf_0test_0messages__proto2__TestAllTypesProto2__MapStringNestedMessageEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:55:28: warning: type of ‘protobuf_0test_0messages__proto2__TestAllTypesProto2__MapStringStringEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 55 | extern const upb_MiniTable protobuf_0test_0messages__proto2__TestAllTypesProto2__MapStringStringEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:49:28: warning: type of ‘protobuf_0test_0messages__proto2__TestAllTypesProto2__MapInt32DoubleEntry_msg_init’ does not match original declaration [-Wlto-type-mismatch] 49 | extern const upb_MiniTable protobuf_0test_0messages__proto2__TestAllTypesProto2__MapInt32DoubleEntry_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto3.upb_minitable.h:21:28: warning: type of ‘protobuf_0test_0messages__proto3__TestAllTypesProto3_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable protobuf_0test_0messages__proto3__TestAllTypesProto3_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:21:28: warning: type of ‘protobuf_0test_0messages__proto2__TestAllTypesProto2_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable protobuf_0test_0messages__proto2__TestAllTypesProto2_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/test_messages_proto2.upb_minitable.h:23:28: warning: type of ‘protobuf_0test_0messages__proto2__TestAllTypesProto2__NestedMessage_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable protobuf_0test_0messages__proto2__TestAllTypesProto2__NestedMessage_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/google/protobuf/struct.upb_minitable.h:25:28: warning: type of ‘google__protobuf__Value_msg_init’ does not match original declaration [-Wlto-type-mismatch] 25 | extern const upb_MiniTable google__protobuf__Value_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/redhat-linux-build/upb/json/test.upb_minitable.h:21:28: warning: type of ‘upb_0test__Box_msg_init’ does not match original declaration [-Wlto-type-mismatch] 21 | extern const upb_MiniTable upb_0test__Box_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arena.cc:703:31: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 703 | absl::MutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arenastring.cc:60:10: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 60 | mu.Lock(); | ~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arenastring.cc:68:12: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 68 | mu.Unlock(); | ~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/importer.cc:471:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<google::protobuf::compiler::DiskSourceTree::Mapping>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 471 | for (int i = 0; i < mappings_.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/dynamic_message.cc:574:66: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = std::__cxx11::basic_string<char>]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 574 | new (field_ptr) RepeatedPtrField<std::string>(arena); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/dynamic_message.cc:602:60: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 602 | new (field_ptr) RepeatedPtrField<Message>(arena); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/dynamic_message.cc:774:31: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 774 | !field->options().weak() && !InRealOneof(field) && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/dynamic_message.cc:809:42: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 809 | absl::MutexLock lock(&prototypes_mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/parser.cc:455:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 455 | for (int i = 0; i < detached_comments->size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_gen.cc:699:45: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 699 | if (descriptor->field(i)->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_gen.cc:738:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 738 | field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_gen.cc:773:54: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 773 | !field->is_map() && !field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_gen.cc:813:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 813 | } else if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:2526:55: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 2526 | if (!field->is_extension() && !field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3290:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3290 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3323:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3323 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3332:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3332 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3341:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3341 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2572:29: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2572 | absl::ReaderMutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2581:23: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2581 | absl::MutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3984:12: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 3984 | mu.Lock(); | ~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_reflection.cc:3986:14: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 3986 | mu.Unlock(); | ~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/reflection_visit_fields.h:109:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 109 | ABSL_DCHECK(!field->options().weak()) << "weak fields are not supported"; | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/json/internal/untyped_message.cc:74:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 74 | for (size_t i = 0; i < raw_.fields_size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message_lite.cc:606:64: warning: ‘void absl::lts_20260526::strings_internal::STLStringResizeUninitializedAmortized(string_type*, size_t) [with string_type = std::__cxx11::basic_string<char>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations] 606 | absl::strings_internal::STLStringResizeUninitializedAmortized( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 607 | output, old_size + byte_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message_lite.cc:795:45: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 795 | absl::MutexLock lock(&shutdown_data->mutex); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.cc:260:37: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 260 | absl::MutexLock lock(&p->mutex()); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.cc:310:39: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 310 | absl::MutexLock lock(&p->mutex()); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.cc:415:38: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 415 | absl::MutexLock lock(&p.mutex()); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message.cc:384:41: warning: ‘absl::lts_20260526::WriterMutexLock::WriterMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 384 | absl::WriterMutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message.cc:399:39: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 399 | absl::ReaderMutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message.cc:421:39: warning: ‘absl::lts_20260526::WriterMutexLock::WriterMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 421 | absl::WriterMutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/json/internal/parser.cc:834:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 834 | for (int i = 0; i < 9 - frac_digits; ++i) { | ~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/unknown_field_set.cc:216:64: warning: ‘void absl::lts_20260526::strings_internal::STLStringResizeUninitializedAmortized(string_type*, size_t) [with string_type = std::__cxx11::basic_string<char>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations] 216 | absl::strings_internal::STLStringResizeUninitializedAmortized(output, size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/wire/internal/reader.h:71:14: warning: ‘tag’ may be used uninitialized [-Wmaybe-uninitialized] 71 | return tag & kUpb_WireReader_WireTypeMask; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/field_mask_util.cc:350:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::basic_string_view<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 350 | for (int i = 0; i < parts.size(); ++i) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/util/field_mask_util.cc:356:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::basic_string_view<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 356 | i != parts.size() - 1)) { | ~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:1981:44: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 1981 | absl::ReaderMutexLock lock(pool->mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:2138:53: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2138 | absl::ReaderMutexLock l(&unknown_enum_values_mu_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:2147:53: warning: ‘absl::lts_20260526::WriterMutexLock::WriterMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2147 | absl::WriterMutexLock l(&unknown_enum_values_mu_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:2644:38: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2644 | absl::ReaderMutexLock lock(mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:3953:65: warning: ‘bool google::protobuf::FieldDescriptor::has_optional_keyword() const’ is deprecated: Use has_presence() instead. [-Wdeprecated-declarations] 3953 | (!is_required() && !is_repeated() && !has_optional_keyword())) { | ~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:7982:65: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 7982 | bool is_weak = !pool_->enforce_weak_ && proto.options().weak(); | ~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.cc:10700:62: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations]
-
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format.cc:663:54: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 663 | if (consumed_semicolon && field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2572:29: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2572 | absl::ReaderMutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2581:23: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2581 | absl::MutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.cc:1802:32: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1802 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.cc:2065:46: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2065 | absl::MutexLock lock(&bootstrap_cache.mutex); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_helpers.cc:109:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 109 | for (int i = 0; i < input.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_field_base.cc:306:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 306 | for(int i = 0; i < text.size(); i++) { | ~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_message.cc:556:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 556 | for (int i = 0; i < fields_by_number().size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_message.cc:702:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 702 | for (int i = 0; i < fields_by_number().size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/csharp_message.cc:742:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 742 | for (int i = 0; i < fields_by_number().size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/csharp/names.cc:143:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 143 | for (int i = 0; i < input.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/context.cc:145:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 145 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/context.cc:148:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 148 | for (int j = i + 1; j < fields.size(); ++j) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/context.cc:168:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 168 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/file.cc:86:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 86 | for (int i = 0; i < fields.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/full/enum.cc:92:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 92 | for (int i = 0; i < canonical_values_.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/full/enum.cc:396:32: warning: comparison of integer expressions of different signedness: ‘std::vector<const google::protobuf::EnumValueDescriptor*>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 396 | if (canonical_values_.size() != descriptor_->value_count()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:176:29: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 176 | if (!field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:775:66: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 775 | if (!field->real_containing_oneof() && !field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:1140:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1140 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:1396:59: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1396 | if (!HasHasbit(field, options_) || field->options().weak()) return; | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:2184:64: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 2184 | if (!field->is_repeated() && !field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:2717:30: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 2717 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:4372:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 4372 | } else if (field->options().weak() || | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:4722:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 4722 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:5029:43: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 5029 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:5572:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 5572 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/message.cc:1363:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1363 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/generator.cc:165:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 165 | for (int i = 0; i < all_files.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/generator.cc:176:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 176 | for (int i = 0; i < all_annotations.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/helpers.cc:119:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 119 | for (int i = 0; i < input.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/helpers.cc:454:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 454 | for (int i = 0; i < text.size(); i++) { | ~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2572:29: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2572 | absl::ReaderMutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2581:23: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2581 | absl::MutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/shared_code_generator.cc:150:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 150 | for (int i = 0; i < file_data.size(); i += kBytesPerLine) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/java/shared_code_generator.cc:191:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 191 | for (int i = 0; i < dependencies.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/objectivec/names.cc:270:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 270 | for (int i = 0; i < input.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/objectivec/names.cc:850:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 850 | for (int i = 0; i < name.size(); i++) { | ~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/objectivec/names.cc:1152:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1152 | for (int i = 0; i < worker.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/objectivec/names.cc:1204:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::basic_string_view<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1204 | if (offset == absl::string_view::npos) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/python/helpers.cc:90:21: warning: ‘void absl::lts_20260526::Base64Escape(std::string_view, std::string*)’ is deprecated: Use the string-returning version of Base64Escape() [-Wdeprecated-declarations] 90 | absl::Base64Escape(annotations.SerializeAsString(), &result); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:174:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 174 | for (int i = 0; i < full_name.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:272:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 272 | while (first_index != std::string::npos) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:283:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 283 | if (file_name_start == std::string::npos) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:480:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 480 | for (int i = 0; i < name.size(); i++) { | ~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1143:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1143 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1186:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1186 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1197:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1197 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1314:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1314 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1322:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 1322 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:1486:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::basic_string_view<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1486 | for (int i = 0; i < lines.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:307:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 307 | for (int i = 0; i < result.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/php/php_generator.cc:307:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 307 | for (int i = 0; i < result.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/python/pyi_generator.cc:607:31: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 607 | absl::MutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/python/generator.cc:240:31: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 240 | absl::MutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/python/generator.cc:890:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 890 | for (int j = 0; j < to_register.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/zip_writer.cc:74:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 74 | for (int i = 0; i < buf.size(); ++i) { | ~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/subprocess.cc:413:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 413 | if (input_pos == input_data.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arenastring.cc:60:10: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 60 | mu.Lock(); | ~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arenastring.cc:68:12: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 68 | mu.Unlock(); | ~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arena.cc:703:31: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 703 | absl::MutexLock lock(&mutex_); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message_lite.cc:606:64: warning: ‘void absl::lts_20260526::strings_internal::STLStringResizeUninitializedAmortized(string_type*, size_t) [with string_type = std::__cxx11::basic_string<char>; size_t = long unsigned int]’ is deprecated [-Wdeprecated-declarations] 606 | absl::strings_internal::STLStringResizeUninitializedAmortized( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 607 | output, old_size + byte_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/message_lite.cc:795:45: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 795 | absl::MutexLock lock(&shutdown_data->mutex); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.h:23:28: warning: type of ‘google__protobuf__FileDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.h:23:28: warning: type of ‘google__protobuf__FileDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.h:23:28: warning: type of ‘google__protobuf__FileDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.h:23:28: warning: type of ‘google__protobuf__FileDescriptorProto_msg_init’ does not match original declaration [-Wlto-type-mismatch] 23 | extern const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init; | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/generated_message_tctable_lite_test.cc:279:24: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘const int’ [-Wsign-compare] 279 | if (actual_field_num != field_num) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arena_unittest.cc:535:58: warning: ‘using absl::lts_20260526::in_place_t = struct std::in_place_t’ is deprecated [-Wdeprecated-declarations] 535 | explicit constexpr DispatcherTestProto(absl::in_place_t) | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/arena_unittest.cc:548:58: warning: ‘absl::lts_20260526::in_place’ is deprecated [-Wdeprecated-declarations] 548 | DispatcherTestProto dispatcher_test_proto_instance(absl::in_place); | ^~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/repeated_ptr_field.h:1424:29: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = proto2_unittest::TestAllTypes]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 1424 | : RepeatedPtrField(arena) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/micro_string_test.cc:697:19: warning: ‘expected_use’ may be used uninitialized [-Wmaybe-uninitialized] 697 | ExpectMemoryUsed(used, true, expected_use, ©); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/reflection_visit_fields.h:109:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 109 | ABSL_DCHECK(!field->options().weak()) << "weak fields are not supported"; | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/repeated_ptr_field.h:1424:29: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = std::__cxx11::basic_string<char>]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 1424 | : RepeatedPtrField(arena) { | ^ -
/usr/include/c++/16/bits/new_allocator.h:183:66: warning: ‘operator delete(void*, unsigned long)’ called on pointer ‘__result’ with nonzero offset 32 [-Wfree-nonheap-object] 183 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n)); | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/varint_shuffle_test.cc:160:3: warning: ‘expected’ may be used uninitialized [-Wmaybe-uninitialized] 160 | ASSERT_THAT(result, Eq(expected)); | ^~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/varint_shuffle_test.cc:160:3: warning: ‘expected’ may be used uninitialized [-Wmaybe-uninitialized] 160 | ASSERT_THAT(result, Eq(expected)); | ^~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/varint_shuffle_test.cc:136:3: warning: ‘expected’ may be used uninitialized [-Wmaybe-uninitialized] 136 | ASSERT_THAT(result, Eq(expected)); | ^~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/varint_shuffle_test.cc:136:3: warning: ‘expected’ may be used uninitialized [-Wmaybe-uninitialized] 136 | ASSERT_THAT(result, Eq(expected)); | ^~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:1258:57: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 1258 | EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label()); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:1259:57: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 1259 | EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->label()); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:1260:57: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 1260 | EXPECT_EQ(FieldDescriptor::LABEL_REPEATED, baz_->label()); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:1261:57: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 1261 | EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, moo_->label()); | ~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:2377:76: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 2377 | EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, foo_file_->extension(0)->label()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:2378:76: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 2378 | EXPECT_EQ(FieldDescriptor::LABEL_REPEATED, foo_file_->extension(1)->label()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:2379:71: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 2379 | EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->extension(0)->label()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:2380:71: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 2380 | EXPECT_EQ(FieldDescriptor::LABEL_REPEATED, bar_->extension(1)->label()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor_unittest.cc:9405:25: warning: ‘google::protobuf::internal::FieldDescriptorLite::Label google::protobuf::FieldDescriptor::label() const’ is deprecated: Use is_required() or is_repeated() instead. [-Wdeprecated-declarations] 9405 | ASSERT_EQ(field->label(), FieldDescriptor::LABEL_REQUIRED); | ~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2572:29: warning: ‘absl::lts_20260526::ReaderMutexLock::ReaderMutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2572 | absl::ReaderMutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/descriptor.h:2581:23: warning: ‘absl::lts_20260526::MutexLock::MutexLock(absl::lts_20260526::Mutex*)’ is deprecated: Use the constructor that takes a reference instead [-Wdeprecated-declarations] 2581 | absl::MutexLock lock(&pool->field_memo_table_mutex_); | ^~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/unknown_field_set_unittest.cc:727:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 727 | for (int i = 0; i < field_numbers.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/unknown_field_set_unittest.cc:732:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 732 | for (int i = 0; i < expected_field_numbers.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:646:38: warning: ‘void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 646 | printer.SetDefaultFieldValuePrinter(new CustomUInt32FieldValuePrinter()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:668:48: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 668 | EXPECT_TRUE(printer.RegisterFieldValuePrinter( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 669 | message.GetDescriptor()->FindFieldByName("optional_int32"), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 670 | new CustomInt32FieldValuePrinter())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:681:48: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 681 | ASSERT_TRUE(printer.RegisterFieldValuePrinter( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 682 | field, new CustomInt32FieldValuePrinter())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:685:49: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 685 | ASSERT_FALSE(printer.RegisterFieldValuePrinter(field, rejected)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:693:49: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 693 | EXPECT_FALSE(printer.RegisterFieldValuePrinter( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 694 | message.GetDescriptor()->FindFieldByName("optional_int32"), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 695 | static_cast<const TextFormat::FieldValuePrinter*>(nullptr))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:702:49: warning: ‘bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 702 | EXPECT_FALSE(printer.RegisterFieldValuePrinter(nullptr, &my_field_printer)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:733:38: warning: ‘void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 733 | printer.SetDefaultFieldValuePrinter(new CustomMessageFieldValuePrinter()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:818:38: warning: ‘void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)’ is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 818 | printer.SetDefaultFieldValuePrinter(new CustomMultilineCommentPrinter()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:910:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 910 | while (newline_pos != std::string::npos) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/text_format_unittest.cc:917:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 917 | if (last_pos < val.size()) { | ~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/importer_unittest.cc:242:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 242 | for (int i = 0; i < dirnames_.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/importer_unittest.cc:251:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 251 | for (int i = 0; i < dirnames_.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_sink_test.cc:50:18: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 50 | if (pattern_ >= (1 << data_.size())) { | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:62:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 62 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:62:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 62 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:81:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 81 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES1); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:82:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 82 | for (int j = 0; j < ABSL_ARRAYSIZE(CASES2); j++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:62:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 62 | for (int i = 0; i < ABSL_ARRAYSIZE(CASES); i++) { \ | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:593:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 593 | for (int i = 0; i < ABSL_ARRAYSIZE(kTokens); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/tokenizer_unittest.cc:848:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 848 | for (int i = 0; i < detached_comments.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_stream_unittest.cc:1452:20: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 1452 | go_write.Lock(); | ~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_stream_unittest.cc:1457:22: warning: ‘void absl::lts_20260526::Mutex::Lock()’ is deprecated [-Wdeprecated-declarations] 1457 | go_write.Lock(); | ~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_stream_unittest.cc:1458:24: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 1458 | go_write.Unlock(); | ~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/io/zero_copy_stream_unittest.cc:1477:22: warning: ‘void absl::lts_20260526::Mutex::Unlock()’ is deprecated [-Wdeprecated-declarations] 1477 | go_write.Unlock(); | ~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/parser_unittest.cc:3190:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 3190 | for (int i = 0; i < ABSL_ARRAYSIZE(expected_comments); ++i) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:88:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 88 | annotation->path_size() != path.size()) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:92:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 92 | for (; node < path.size(); ++node) { | ~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:97:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 97 | if (node == path.size()) { | ~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:150:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 150 | if (begin < 0 || end < begin || end > file_content.size()) { | ~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/cpp/helpers.h:347:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 347 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:88:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 88 | annotation->path_size() != path.size()) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:92:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 92 | for (; node < path.size(); ++node) { | ~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:97:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 97 | if (node == path.size()) { | ~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:150:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 150 | if (begin < 0 || end < begin || end > file_content.size()) { | ~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:88:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 88 | annotation->path_size() != path.size()) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:92:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 92 | for (; node < path.size(); ++node) { | ~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:97:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 97 | if (node == path.size()) { | ~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/compiler/annotation_test_util.cc:150:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 150 | if (begin < 0 || end < begin || end > file_content.size()) { | ~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1233:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 1233 | for (int i = 0; i < ABSL_ARRAYSIZE(fields); i++) { | ^ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/map_field.h:416:11: warning: ‘google::protobuf::RepeatedPtrField<T>::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]’ is deprecated: Use Arena::Create<RepeatedPtrField<...>>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1142:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1142 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1156:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1176:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1176 | for (int i = 0; i < output.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1191:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1191 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/protobuf-33.5-build/protobuf-33.5/src/google/protobuf/test_util.h:1211:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<const google::protobuf::FieldDescriptor*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1211 | for (int i = 0; i < fields.size(); ++i) { | ~~^~~~~~~~~~~~~~~