mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-29 21:42:31 +08:00
Just remove compiler warning.
This commit is contained in:
@ -688,6 +688,8 @@ uip_process(u8_t flag)
|
|||||||
{
|
{
|
||||||
register struct uip_conn *uip_connr = uip_conn;
|
register struct uip_conn *uip_connr = uip_conn;
|
||||||
|
|
||||||
|
( void ) all_ones_addr;
|
||||||
|
|
||||||
#if UIP_UDP
|
#if UIP_UDP
|
||||||
if(flag == UIP_UDP_SEND_CONN) {
|
if(flag == UIP_UDP_SEND_CONN) {
|
||||||
goto udp_send;
|
goto udp_send;
|
||||||
|
Reference in New Issue
Block a user