From 1b3ceba83f20b534dd4cc8919cf57907442fa822 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sun, 4 Oct 2009 10:59:01 +0000 Subject: [PATCH] Just remove compiler warning. --- 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