Snippets for python:grpcio-tools 1.83.1 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/py312-grpcio-tools/1.83.1/150arm64-default.log.
-
third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.h:359:24: warning: 'weak' is deprecated [-Wdeprecated-declarations] 359 | if (field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc:308:20: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 308 | for(int i = 0; i < text.size(); i++) { | ~ ^ ~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/csharp/names.cc:143:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 143 | for (int i = 0; i < input.size(); i++) { | ~ ^ ~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/java/context.cc:145:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 168 | for (int i = 0; i < fields.size(); ++i) { | ~ ^ ~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc:109:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 109 | for (int i = 0; i < input.size(); i++) { | ~ ^ ~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:172:25: warning: 'weak' is deprecated [-Wdeprecated-declarations] 172 | if (!field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:757:62: warning: 'weak' is deprecated [-Wdeprecated-declarations] 757 | if (!field->real_containing_oneof() && !field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:1129:24: warning: 'weak' is deprecated [-Wdeprecated-declarations] 1129 | if (field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:1344:24: warning: 'weak' is deprecated [-Wdeprecated-declarations] 1344 | if (field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:1377:55: warning: 'weak' is deprecated [-Wdeprecated-declarations] 1377 | if (!HasHasbit(field, options_) || field->options().weak()) return; | ^ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:2114:60: warning: 'weak' is deprecated [-Wdeprecated-declarations] 2114 | if (!field->is_repeated() && !field->options().weak() && | ^ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:2595:26: warning: 'weak' is deprecated [-Wdeprecated-declarations] 2595 | if (field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:4188:35: warning: 'weak' is deprecated [-Wdeprecated-declarations] 4188 | } else if (field->options().weak() || | ^ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:4528:24: warning: 'weak' is deprecated [-Wdeprecated-declarations] 4528 | if (field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/compiler/cpp/message.cc:4834:39: warning: 'weak' is deprecated [-Wdeprecated-declarations] 4834 | if (field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc:554:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 740 | for (int i = 0; i < fields_by_number().size(); i++) { | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/java/generator.cc:166:23: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 177 | for (int i = 0; i < all_annotations.size(); i++) { | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/cpp/helpers.cc:1736:28: warning: 'weak' is deprecated [-Wdeprecated-declarations] 1736 | if (field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/compiler/java/file.cc:86:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 86 | for (int i = 0; i < fields.size(); i++) { | ~ ^ ~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/java/shared_code_generator.cc:152:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 193 | for (int i = 0; i < dependencies.size(); i++) { | ~ ^ ~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/importer.cc:471:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 471 | for (int i = 0; i < mappings_.size(); i++) { | ~ ^ ~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/java/full/enum.cc:84:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'size_type' (aka 'unsigned long') and 'int' [-Wsign-compare] 386 | if (canonical_values_.size() != descriptor_->value_count()) { | ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/rust/extension.cc:57:3: warning: code will never be executed [-Wunreachable-code] 57 | ctx.Emit({{"extendee", RsTypePath(ctx, *extension.containing_type())}, | ^~~ -
third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:668:41: warning: 'weak' is deprecated [-Wdeprecated-declarations] 668 | if (descriptor->field(i)->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:707:24: warning: 'weak' is deprecated [-Wdeprecated-declarations] 707 | field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:742:50: warning: 'weak' is deprecated [-Wdeprecated-declarations] 742 | !field->is_map() && !field->options().weak() && | ^ -
third_party/protobuf/src/google/protobuf/generated_message_tctable_gen.cc:782:35: warning: 'weak' is deprecated [-Wdeprecated-declarations] 782 | } else if (field->options().weak()) { | ^ -
third_party/protobuf/src/google/protobuf/descriptor.cc:8005:61: warning: 'weak' is deprecated [-Wdeprecated-declarations] 8005 | bool is_weak = !pool_->enforce_weak_ && proto.options().weak(); | ^ -
third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:271:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 1267 | for (int i = 0; i < worker.size(); i++) { | ~ ^ ~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/objectivec/names.cc:1319:14: warning: comparison of integers of different signs: 'int' and 'const size_type' (aka 'const unsigned long') [-Wsign-compare] 1319 | if (offset == absl::string_view::npos) { | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/descriptor.cc:10707:58: warning: 'weak' is deprecated [-Wdeprecated-declarations]
-
third_party/protobuf/src/google/protobuf/compiler/java/helpers.cc:119:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 454 | for (int i = 0; i < text.size(); i++) { | ~ ^ ~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/subprocess.cc:413:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 413 | if (input_pos == input_data.size()) { | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:174:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'const typename basic_string<char, char_traits<char>, allocator<char>>::size_type' (aka 'const unsigned long') [-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 integers of different signs: 'int' and 'const typename basic_string<char, char_traits<char>, allocator<char>>::size_type' (aka 'const unsigned long') [-Wsign-compare] 344 | if (file_name_start == std::string::npos) { | ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:368:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 368 | for (int i = 0; i < result.size(); i++) { | ~ ^ ~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:592:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-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 integers of different signs: 'int' and 'const typename basic_string<char, char_traits<char>, allocator<char>>::size_type' (aka 'const unsigned long') [-Wsign-compare] 1256 | if (lastindex != std::string::npos) { | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1299:17: warning: comparison of integers of different signs: 'int' and 'const typename basic_string<char, char_traits<char>, allocator<char>>::size_type' (aka 'const unsigned long') [-Wsign-compare] 1299 | if (lastindex != std::string::npos) { | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1310:17: warning: comparison of integers of different signs: 'int' and 'const typename basic_string<char, char_traits<char>, allocator<char>>::size_type' (aka 'const unsigned long') [-Wsign-compare] 1310 | if (lastindex != std::string::npos) { | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1427:17: warning: comparison of integers of different signs: 'int' and 'const typename basic_string<char, char_traits<char>, allocator<char>>::size_type' (aka 'const unsigned long') [-Wsign-compare] 1427 | if (lastindex != std::string::npos) { | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1435:17: warning: comparison of integers of different signs: 'int' and 'const typename basic_string<char, char_traits<char>, allocator<char>>::size_type' (aka 'const unsigned long') [-Wsign-compare] 1435 | if (lastindex != std::string::npos) { | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc:1599:23: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 1599 | for (int i = 0; i < lines.size(); i++) { | ~ ^ ~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/compiler/python/generator.cc:889:23: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 889 | for (int j = 0; j < to_register.size(); ++j) { | ~ ^ ~~~~~~~~~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/dynamic_message.cc:845:27: warning: 'weak' is deprecated [-Wdeprecated-declarations] 845 | !field->options().weak() && !InRealOneof(field) && | ^ -
third_party/abseil-cpp/absl/log/internal/check_op.h:428:43: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare] 428 | ABSL_LOG_INTERNAL_CHECK_OP_IMPL(Check_GE, >=) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ -
third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc:74:21: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] 74 | for (int i = 0; i < buf.size(); ++i) { | ~ ^ ~~~~~~~~~~ -
third_party/protobuf/src/google/protobuf/reflection_visit_fields.h:109:35: warning: 'weak' is deprecated [-Wdeprecated-declarations] 109 | ABSL_DCHECK(!field->options().weak()) << "weak fields are not supported"; | ^ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:2518:25: warning: 'weak' is deprecated [-Wdeprecated-declarations] 2518 | !field->options().weak() && !IsLazyField(field) && | ^ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:3228:33: warning: 'weak' is deprecated [-Wdeprecated-declarations] 3228 | ABSL_DCHECK(!field->options().weak()); | ^ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:3261:33: warning: 'weak' is deprecated [-Wdeprecated-declarations] 3261 | ABSL_DCHECK(!field->options().weak()); | ^ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:3270:33: warning: 'weak' is deprecated [-Wdeprecated-declarations] 3270 | ABSL_DCHECK(!field->options().weak()); | ^ -
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:3279:33: warning: 'weak' is deprecated [-Wdeprecated-declarations] 3279 | ABSL_DCHECK(!field->options().weak()); | ^ -
third_party/protobuf/upb/reflection/enum_value_def.c:53:21: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare] 53 | for (int i = 0; i < n; i++) { | ~ ^ ~ -
third_party/protobuf/src/google/protobuf/text_format.cc:795:50: warning: 'weak' is deprecated [-Wdeprecated-declarations] 795 | if (consumed_semicolon && field->options().weak() && | ^