diff --git a/Demo/Common/ethernet/FreeRTOS-uIP/uip.c b/Demo/Common/ethernet/FreeRTOS-uIP/uip.c index 34e322d333..1c07f35ad6 100644 --- a/Demo/Common/ethernet/FreeRTOS-uIP/uip.c +++ b/Demo/Common/ethernet/FreeRTOS-uIP/uip.c @@ -2136,6 +2136,7 @@ void uip_send( const void *data, int len ) /*---------------------------------------------------------------------------*/ int uip_fast_send( int xARP ) { + ( void ) xARP; #if NOT_YET_COMPLETE u16_t tcplen, len1 = 0, uiAccumulatedLen = 0, len_previous = 0, split_len;