Just remove compiler warning.

This commit is contained in:
Richard Barry 2009-08-09 12:07:49 +00:00
parent 44b4467b26
commit 27135c4a1c

View file

@ -688,6 +688,8 @@ uip_process(u8_t flag)
{
register struct uip_conn *uip_connr = uip_conn;
( void ) all_ones_addr;
#if UIP_UDP
if(flag == UIP_UDP_SEND_CONN) {
goto udp_send;