]> git.sur5r.net Git - freertos/commitdiff
Clean up compiler warnings only.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 17 Jan 2009 17:37:50 +0000 (17:37 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 17 Jan 2009 17:37:50 +0000 (17:37 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@605 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM9_AT91SAM9XE_IAR/main.c

index d8f64c3b45caeb8c94c817a4318d2922a3571e0b..2229a39491635414215b9ac5f252ca8ed933d121 100644 (file)
@@ -130,6 +130,9 @@ static void prvCheckTask( void * pvParameters )
 portTickType xNextWakeTime, xPeriod = mainNO_ERROR_PERIOD;\r
 static volatile unsigned portLONG ulErrorCode = 0UL;\r
 \r
+       /* Just to remove the compiler warning. */\r
+       ( void ) pvParameters;\r
+\r
        /* Initialise xNextWakeTime prior to its first use.  From this point on\r
        the value of the variable is handled automatically by the kernel. */\r
        xNextWakeTime = xTaskGetTickCount();\r