camgunz / cmp

An implementation of the MessagePack serialization format in C / msgpack.org[C]
http://msgpack.org
MIT License
340 stars 78 forks source link

Develop #43

Closed camgunz closed 7 years ago

camgunz commented 7 years ago

Fixed a bug skipping EXT types. Use size_t instead of uint64_t when skipping; no need to penalize platforms without hardware 64-bit types. Fix new compiler warnings.