Commit c22b2a10 authored by Robert Edmonds's avatar Robert Edmonds

Merge pull request #215 from twasilczyk/next

Fix bigendian -Wunused-label warning
parents 9f4cbec9 3c214bce
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment