1
0
Fork 0
forked from len0rd/rockbox

Introduce USED_ATTR wrapper for __attribute__((used)).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31188 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Boris Gjenero 2011-12-09 15:33:59 +00:00
parent 9653ae364c
commit 59e71ee80c
11 changed files with 35 additions and 10 deletions

View file

@ -171,7 +171,7 @@ default_interrupt (ADC); /* A/D converter */
#endif
static void system_display_exception_info(unsigned long format,
unsigned long pc) __attribute__ ((noreturn, used));
unsigned long pc) __attribute__ ((noreturn)) USED_ATTR;
static void system_display_exception_info(unsigned long format,
unsigned long pc)
{