Fix compiler warnings
This commit is contained in:
parent
1ed9a20fdb
commit
51233a7f88
1 changed files with 2 additions and 2 deletions
|
@ -332,12 +332,12 @@ static void
|
||||||
parse_incoming_packet(const uint8_t *buf, int len)
|
parse_incoming_packet(const uint8_t *buf, int len)
|
||||||
{
|
{
|
||||||
int numregs;
|
int numregs;
|
||||||
int flags;
|
/*int flags;*/
|
||||||
int i;
|
int i;
|
||||||
int bufptr;
|
int bufptr;
|
||||||
|
|
||||||
numregs = buf[MSG_NUMREGS_OFFSET];
|
numregs = buf[MSG_NUMREGS_OFFSET];
|
||||||
flags = buf[MSG_FLAGS_OFFSET];
|
/*flags = buf[MSG_FLAGS_OFFSET];*/
|
||||||
|
|
||||||
/* printf("parse_incoming_packet Numregs %d flags %d\n", numregs, flags);*/
|
/* printf("parse_incoming_packet Numregs %d flags %d\n", numregs, flags);*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue