Resolve compiler warnings

This commit is contained in:
counterpoint
2015-07-08 11:35:41 +01:00
parent 77db46359e
commit 10d690273d
5 changed files with 4 additions and 4 deletions

View File

@ -319,7 +319,7 @@ parse_mapping_response(ROUTER_CLIENT_SES* rses, char* target, GWBUF* buf)
if(PTR_IS_RESULTSET(((unsigned char*)buf->start)) &&
modutil_count_signal_packets(buf,0,0,&more) == 2)
{
ptr = (char*)buf->start;
ptr = (unsigned char*)buf->start;
if(ptr[5] != 1)
{