From: richardbarry Date: Sun, 4 Oct 2009 10:59:01 +0000 (+0000) Subject: Just remove compiler warning. X-Git-Tag: V6.0.0~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1adf72c91b5ab3d1fd3143695e6a2b09847c6102;p=freertos Just remove compiler warning. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@893 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ARM7_AT91FR40008_GCC/main.c b/Demo/ARM7_AT91FR40008_GCC/main.c index 382ff4f05..c04d3adb2 100644 --- a/Demo/ARM7_AT91FR40008_GCC/main.c +++ b/Demo/ARM7_AT91FR40008_GCC/main.c @@ -215,6 +215,9 @@ portTickType xDelayPeriod = mainNO_ERROR_FLASH_PERIOD; unsigned portLONG ulMemCheckTaskRunningCount; xTaskHandle xCreatedTask; + /* Just to stop compiler warnings. */ + ( void ) pvParameters; + /* Cycle for ever, delaying then checking all the other tasks are still operating without error. If an error is detected then the delay period is decreased from mainNO_ERROR_FLASH_PERIOD to mainERROR_FLASH_PERIOD so