summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ds2401.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/ds2401.c')
-rw-r--r--src/emu/machine/ds2401.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/ds2401.c b/src/emu/machine/ds2401.c
index 0d61bad2243..b501a696a6d 100644
--- a/src/emu/machine/ds2401.c
+++ b/src/emu/machine/ds2401.c
@@ -13,7 +13,7 @@
#define VERBOSE_LEVEL ( 0 )
-INLINE void verboselog( int n_level, const char *s_fmt, ... )
+INLINE void ATTR_PRINTF(2,3) verboselog( int n_level, const char *s_fmt, ... )
{
if( VERBOSE_LEVEL >= n_level )
{