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; } /*-----------------------------------------------------------*/