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:
Mike Frysinger
2021-06-15 20:46:10 -04:00
parent 3547f99a30
commit 69ff2dac7a
6 changed files with 23 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ EXTERN_TREE\
(device *) tree_parse
(device *root,
const char *fmt,
...) __attribute__ ((format (printf, 2, 3)));
...) ATTRIBUTE_PRINTF_2;
INLINE_TREE\