mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
Fix bigendian -Wunused-label warning
This commit is contained in:
parent
9f4cbec908
commit
3c214bce79
@ -1761,9 +1761,11 @@ pack_buffer_packed_payload(const ProtobufCFieldDescriptor *field,
|
||||
}
|
||||
return rv;
|
||||
|
||||
#if !defined(WORDS_BIGENDIAN)
|
||||
no_packing_needed:
|
||||
buffer->append(buffer, rv, array);
|
||||
return rv;
|
||||
#endif
|
||||
}
|
||||
|
||||
static size_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user