Files
wlan-ap/feeds/ipq807x-cs1/protobuf-c/patches/001-t-generated-code2-cxx-generate-packed-data-fix.patch
Arif Alam 211b196e18 WIFI-5982: update ath11k
Update ath11k to CS1.

Signed-off-by: Arif Alam <arif.alam@netexperience.com>
Signed-off-by: Chaitanya Godavarthi <chaitanya.kiran@netexperience.com>
Signed-off-by: ravi vaishnav <ravi.vaishnav@netexperience.com>
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
2021-11-29 17:16:50 -05:00

14 lines
688 B
Diff

Index: protobuf-c-1.3.1/t/generated-code2/cxx-generate-packed-data.cc
===================================================================
--- protobuf-c-1.3.1.orig/t/generated-code2/cxx-generate-packed-data.cc
+++ protobuf-c-1.3.1/t/generated-code2/cxx-generate-packed-data.cc
@@ -998,7 +998,7 @@ static void dump_test_packed_repeated_en
static void dump_test_unknown_fields (void)
{
EmptyMess mess;
- const google::protobuf::Message::Reflection *reflection = mess.GetReflection();
+ const google::protobuf::Reflection *reflection = mess.GetReflection();
google::protobuf::UnknownFieldSet *fs = reflection->MutableUnknownFields(&mess);
#if GOOGLE_PROTOBUF_VERSION >= 2001000