diff options
Diffstat (limited to 'sim/common/hw-events.h')
-rw-r--r-- | sim/common/hw-events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-events.h b/sim/common/hw-events.h index 9307f8d..901063b 100644 --- a/sim/common/hw-events.h +++ b/sim/common/hw-events.h @@ -39,7 +39,7 @@ struct hw_event *hw_event_queue_schedule_tracef hw_event_callback *handler, void *data, const char *fmt, - ...) __attribute__ ((format (printf, 5, 6))); + ...) ATTRIBUTE_PRINTF (5, 6); struct hw_event *hw_event_queue_schedule_vtracef (struct hw *me, |