From 3b80393949f002f3f5d8fb205208df6fff551072 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Wed, 22 Sep 2010 21:31:33 +0000 Subject: [PATCH] Back only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1126 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/portable/GCC/RX600/port.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/portable/GCC/RX600/port.c b/Source/portable/GCC/RX600/port.c index ca9549309..76afa3cfa 100644 --- a/Source/portable/GCC/RX600/port.c +++ b/Source/portable/GCC/RX600/port.c @@ -366,6 +366,9 @@ unsigned long ulPortGetIPL( void ) "SHLR #24, R1 \n" \ "RTS " ); + + /* This will never get executed, but keeps the compiler from complaining. */ + return 0; } /*-----------------------------------------------------------*/ -- 2.39.5