forked from len0rd/rockbox
Better definition & usage of the ATTRIBUTE_PRINTF macro
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6080 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5fbdbb73f
commit
5426994398
3 changed files with 6 additions and 7 deletions
|
|
@ -72,4 +72,6 @@
|
|||
#define _ATTRIBUTE(attrs)
|
||||
#endif
|
||||
|
||||
#define ATTRIBUTE_PRINTF(fmt, arg1) _ATTRIBUTE( ( format( printf, fmt, arg1 ) ) )
|
||||
|
||||
#endif /* _ANSIDECL_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue