]> git.sur5r.net Git - freertos/commitdiff
Remove compiler warning.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 16 Nov 2008 19:22:04 +0000 (19:22 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 16 Nov 2008 19:22:04 +0000 (19:22 +0000)
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

index 34e322d3335d47b495481556fdb3957c4c5d95fe..1c07f35ad6d6f5db04f3f5acab9c71e9c8d7c20d 100644 (file)
@@ -2136,6 +2136,7 @@ void uip_send( const void *data, int len )
 /*---------------------------------------------------------------------------*/\r
 int uip_fast_send( int xARP )\r
 {\r
+       ( void ) xARP;\r
        #if NOT_YET_COMPLETE\r
 \r
        u16_t           tcplen, len1 = 0, uiAccumulatedLen = 0, len_previous = 0, split_len;\r