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

Fix warnings for narrowing cast #34

Closed marcschier closed 7 years ago

marcschier commented 7 years ago

Hi, please consider this contribution fixing warnings by explicitly performing narrowing casts. Thanks!

camgunz commented 7 years ago

Hi! Thanks for this.

These changes have been added by different commits, so I'll just close this. Thanks for pointing them out though :)