Snippets for python:grpcio-tools 1.83.0 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/w72blz88dcih2fwn75zqqjv8fnjh4hb7-python3.14-grpcio-tools-1.83.0.drv.
-
third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.h:359:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 359 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.cc:1736:32: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1736 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:172:29: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 172 | if (!field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:757:66: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 757 | if (!field->real_containing_oneof() && !field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:1129:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1129 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:1344:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1344 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:1377:59: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 1377 | if (!HasHasbit(field, options_) || field->options().weak()) return; | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:2114:64: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 2114 | if (!field->is_repeated() && !field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:2595:30: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 2595 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:4188:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 4188 | } else if (field->options().weak() || | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:4528:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 4528 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:4834:43: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 4834 | if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/compiler/java/shared_code_generator.cc:152:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 152 | for (int i = 0; i < file_data.size(); i += kBytesPerLine) { | ~~^~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/java/shared_code_generator.cc:193: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] 193 | for (int i = 0; i < dependencies.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/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++) { | ~~^~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/java/full/enum.cc:84: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] 84 | for (int i = 0; i < canonical_values_.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/java/full/enum.cc:386: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] 386 | if (canonical_values_.size() != descriptor_->value_count()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/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) { | ~~^~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:271:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 271 | for (int i = 0; i < input.size(); i++) { | ~~^~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:906:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 906 | for (int i = 0; i < name.size(); i++) { | ~~^~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:1267:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1267 | for (int i = 0; i < worker.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
third_party/protobuf/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) { | ~~^~~~~~~~~~~~~~~ -
third_party/protobuf/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) { | ~~^~~~~~~~~~~~~~~ -
third_party/protobuf/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) { | ~~^~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:1319: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] 1319 | if (offset == absl::string_view::npos) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/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++) { | ~~^~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:333: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] 333 | while (first_index != std::string::npos) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:344: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] 344 | if (file_name_start == std::string::npos) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:592:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 592 | for (int i = 0; i < name.size(); i++) { | ~~^~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1256: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] 1256 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1299: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] 1299 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1310: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] 1310 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1427: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] 1427 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1435: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] 1435 | if (lastindex != std::string::npos) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/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()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1599: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] 1599 | for (int i = 0; i < lines.size(); i++) { | ~~^~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/java/generator.cc:166: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] 166 | for (int i = 0; i < all_files.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/java/generator.cc:177: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] 177 | for (int i = 0; i < all_annotations.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:368:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 368 | for (int i = 0; i < result.size(); i++) { | ~~^~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/descriptor.cc:8005:65: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 8005 | bool is_weak = !pool_->enforce_weak_ && proto.options().weak(); | ~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/descriptor.cc:10707:62: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations]
-
third_party/protobuf/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++) { | ~~^~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/python/generator.cc:889: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] 889 | for (int j = 0; j < to_register.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ -
third_party/abseil-cpp/absl/log/internal/check_op.h:428:43: warning: comparison of integer expressions of different signedness: ‘const long unsigned int’ and ‘const int’ [-Wsign-compare] 428 | ABSL_LOG_INTERNAL_CHECK_OP_IMPL(Check_GE, >=)
-
third_party/protobuf/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++) { | ~~^~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc:308:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::basic_string_view<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 308 | for(int i = 0; i < text.size(); i++) { | ~~^~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:554: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] 554 | for (int i = 0; i < fields_by_number().size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:700: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] 700 | for (int i = 0; i < fields_by_number().size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:740: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] 740 | for (int i = 0; i < fields_by_number().size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:2518:29: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 2518 | !field->options().weak() && !IsLazyField(field) && | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:3228:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3228 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:3261:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3261 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:3270:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3270 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:3279:37: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 3279 | ABSL_DCHECK(!field->options().weak()); | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/upb/hash/common.c:1066:16: warning: operand of ‘?:’ changes signedness from ‘intptr_t’ {aka ‘long int’} to ‘uintptr_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare] 1066 | ? iter | ^~~~ -
third_party/protobuf/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"; | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/upb/reflection/enum_value_def.c:53:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 53 | for (int i = 0; i < n; i++) { | ^ -
third_party/protobuf/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++) { | ~~^~~~~~~~~~~~~~~ -
third_party/protobuf/upb/wire/decode.c:742:11: warning: ‘sv.data’ may be used uninitialized [-Wmaybe-uninitialized] 742 | upb_Decoder_AddMessageSetItem(d, msg, layout, type_id, sv.data, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 743 | sv.size); | ~~~~~~~~ -
third_party/protobuf/upb/wire/decode.c:742:11: warning: ‘sv.size’ may be used uninitialized [-Wmaybe-uninitialized] 742 | upb_Decoder_AddMessageSetItem(d, msg, layout, type_id, sv.data, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 743 | sv.size); | ~~~~~~~~ -
third_party/protobuf/upb/wire/decode.c:1040:8: warning: ‘sv.data’ may be used uninitialized [-Wmaybe-uninitialized] 1040 | if (sv.data != d->input.buffer_start) { | ^ -
third_party/protobuf/upb/message/internal/message.h:217:22: warning: ‘sv.size’ may be used uninitialized [-Wmaybe-uninitialized] 217 | return UPB_PRIVATE(_upb_Message_AddUnknownSlowPath)( | ^ -
/nix/store/cwn32dkv1iffrhh6sw1gk09nxb10dv17-glibc-2.42-67-dev/include/bits/string_fortified.h:29:10: warning: ‘sv.data’ may be used uninitialized [-Wmaybe-uninitialized] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/cwn32dkv1iffrhh6sw1gk09nxb10dv17-glibc-2.42-67-dev/include/bits/string_fortified.h:29:10: warning: ‘sv.size’ may be used uninitialized [-Wmaybe-uninitialized] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:668:45: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 668 | if (descriptor->field(i)->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:707:28: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 707 | field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:742:54: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 742 | !field->is_map() && !field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:782:39: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 782 | } else if (field->options().weak()) { | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/src/google/protobuf/text_format.cc:260:26: warning: ‘google::protobuf::TextFormat::ParseLocationRange google::protobuf::TextFormat::ParseInfoTree::GetLocationRange(const google::protobuf::FieldDescriptor*, int) const’ is deprecated: Please use GetFieldLocation() [-Wdeprecated-declarations] 260 | return GetLocationRange(field, index).start; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/text_format.cc:795:54: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 795 | if (consumed_semicolon && field->options().weak() && | ~~~~~~~~~~~~~~~~~~~~~^~ -
third_party/protobuf/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++) { | ~~^~~~~~~~~~~~~~ -
third_party/protobuf/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++) { | ~~^~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/dynamic_message.cc:845:31: warning: ‘bool google::protobuf::FieldOptions::weak() const’ is deprecated [-Wdeprecated-declarations] 845 | !field->options().weak() && !InRealOneof(field) && | ~~~~~~~~~~~~~~~~~~~~~^~