avr-gcc gives compiler warning when compiling rev 361
src/transport/csp_rdp.c: In function ‘csp_rdp_check_ack’:
src/transport/csp_rdp.c:472: error: comparison between signed and unsigned
csp_queue_size returns an unsigned integer while conn->rdp.window_size is an
unsigned integer.
Casting the call to csp_queue_size to an unsigned eliminates the warning
Original issue reported on code.google.com by knorr.je...@gmail.com on 20 Aug 2011 at 1:58
Original issue reported on code.google.com by
knorr.je...@gmail.com
on 20 Aug 2011 at 1:58