ar90n/msgpack11

Compile using VS?

Opened this issue · 0 comments

Looks like the Visual Studio compiler doesn't like a few things in here if "warning as error" is turned on:

a) the dump methods all fail with "warning 4309: 'argument: truncation of constant value"
b) the int/uint comparitor functions give a "warning 4018: ',=': signed/unsigned mismatch"

Any thoughts on whether it's safe to ignore those warnings? It seems like it's not...