]> git.sur5r.net Git - freertos/commitdiff
Just remove compiler warning.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 4 Oct 2009 10:59:01 +0000 (10:59 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 4 Oct 2009 10:59:01 +0000 (10:59 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@893 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM7_AT91FR40008_GCC/main.c

index 382ff4f0544be2c583d4c267d57d9c0e12a7ed01..c04d3adb21b3f8253076982ea79b546248779ba1 100644 (file)
@@ -215,6 +215,9 @@ portTickType xDelayPeriod = mainNO_ERROR_FLASH_PERIOD;
 unsigned portLONG ulMemCheckTaskRunningCount;\r
 xTaskHandle xCreatedTask;\r
 \r
+       /* Just to stop compiler warnings. */\r
+       ( void ) pvParameters;\r
+\r
        /* Cycle for ever, delaying then checking all the other tasks are still\r
        operating without error.  If an error is detected then the delay period\r
        is decreased from mainNO_ERROR_FLASH_PERIOD to mainERROR_FLASH_PERIOD so\r