summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/psx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/psx.c')
-rw-r--r--src/mame/video/psx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/psx.c b/src/mame/video/psx.c
index 2ad84472302..7a47a3b95ec 100644
--- a/src/mame/video/psx.c
+++ b/src/mame/video/psx.c
@@ -25,7 +25,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 )
{