From a520f5c7e3ddb292859c95299bc9fb362a2f4ec9 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sun, 16 Nov 2008 19:22:04 +0000 Subject: [PATCH] Remove compiler warning. --- Demo/Common/ethernet/FreeRTOS-uIP/uip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Demo/Common/ethernet/FreeRTOS-uIP/uip.c b/Demo/Common/ethernet/FreeRTOS-uIP/uip.c index 34e322d33..1c07f35ad 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;