mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-27 02:16:18 +02:00
Fixed warning in Visual Studio
This commit is contained in:
parent
4d36456799
commit
0dbdb3d974
@ -1,7 +1,7 @@
|
||||
#include <msgpack.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void print(char const* buf, unsigned int len)
|
||||
void print(char const* buf,size_t len)
|
||||
{
|
||||
size_t i = 0;
|
||||
for(; i < len ; ++i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user