mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
obuspa: 7.0.4.10
This commit is contained in:
parent
063314c91d
commit
b3de88d2c4
2 changed files with 13 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=obuspa
|
PKG_NAME:=obuspa
|
||||||
PKG_VERSION:=7.0.4.9
|
PKG_VERSION:=7.0.4.10
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
|
|
|
||||||
12
obuspa/patches/0008-fix_cmake_warning.patch
Normal file
12
obuspa/patches/0008-fix_cmake_warning.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/src/protobuf-c/protobuf-c.c b/src/protobuf-c/protobuf-c.c
|
||||||
|
index 3dc5473..0a6bde7 100644
|
||||||
|
--- a/src/protobuf-c/protobuf-c.c
|
||||||
|
+++ b/src/protobuf-c/protobuf-c.c
|
||||||
|
@@ -1926,6 +1926,7 @@ repeated_field_pack_to_buffer(const ProtobufCFieldDescriptor *field,
|
||||||
|
buffer->append(buffer, rv, scratch);
|
||||||
|
tmp = pack_buffer_packed_payload(field, count, array, buffer);
|
||||||
|
assert(tmp == payload_len);
|
||||||
|
+ (void)tmp; // Keep cmake production build happy
|
||||||
|
return rv + payload_len;
|
||||||
|
} else {
|
||||||
|
size_t siz;
|
||||||
Loading…
Add table
Reference in a new issue