From: richardbarry Date: Wed, 22 Sep 2010 21:31:33 +0000 (+0000) Subject: Back only. X-Git-Tag: V6.1.0~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3b80393949f002f3f5d8fb205208df6fff551072;p=freertos Back only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1126 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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; } /*-----------------------------------------------------------*/