Fix bigendian -Wunused-label warning

This commit is contained in:
Tomasz Wasilczyk 2016-05-02 14:13:38 +01:00
parent 9f4cbec908
commit 3c214bce79

View File

@ -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