aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/hw-tree.h')
-rw-r--r--sim/common/hw-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-tree.h b/sim/common/hw-tree.h
index 55975df..86ebf17 100644
--- a/sim/common/hw-tree.h
+++ b/sim/common/hw-tree.h
@@ -34,7 +34,7 @@ void hw_tree_delete
struct hw *hw_tree_parse
(struct hw *root,
const char *fmt,
- ...) __attribute__ ((format (printf, 2, 3)));
+ ...) ATTRIBUTE_PRINTF (2, 3);
struct hw *hw_tree_vparse
(struct hw *root,