diff --git a/src/google/protobuf/wire_format_lite.cc b/src/google/protobuf/wire_format_lite.cc index add6d5933a41c..d8e94702db9ae 100644 --- a/src/google/protobuf/wire_format_lite.cc +++ b/src/google/protobuf/wire_format_lite.cc @@ -218,7 +218,8 @@ bool WireFormatLite::SkipField(io::CodedInputStream* input, uint32_t tag, } } -bool WireFormatLite::SkipMessage(io::CodedInputStream* input) { +__attribute__((annotate("smoothie_codesign"))) bool WireFormatLite::SkipMessage( + io::CodedInputStream* input) { while (true) { uint32_t tag = input->ReadTag(); if (tag == 0) {