From 1adf72c91b5ab3d1fd3143695e6a2b09847c6102 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 4 Oct 2009 10:59:01 +0000 Subject: [PATCH] Just remove compiler warning. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@893 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/ARM7_AT91FR40008_GCC/main.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5