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:
parent
9653ae364c
commit
59e71ee80c
11 changed files with 35 additions and 10 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue