forked from Imagelibrary/binutils-gdb
sim: ppc: use common ATTRIBUTE_PRINTF macros
Use the common ansidecl.h macros to replace our ad-hoc printf attributes.
This commit is contained in:
@@ -48,7 +48,7 @@ EXTERN_TREE\
|
||||
(device *) tree_parse
|
||||
(device *root,
|
||||
const char *fmt,
|
||||
...) __attribute__ ((format (printf, 2, 3)));
|
||||
...) ATTRIBUTE_PRINTF_2;
|
||||
|
||||
|
||||
INLINE_TREE\
|
||||
|
||||
Reference in New Issue
Block a user