From b2546aa4052340d8f2bc2611cd431fe9b9600225 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 16 Nov 2008 19:22:04 +0000 Subject: [PATCH] Remove compiler warning. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@549 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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; -- 2.39.2