From 9fa82ef4c3d247a7279cea7f423697524abdbd6b Mon Sep 17 00:00:00 2001 From: Oliver Stöneberg Date: Thu, 20 Feb 2014 17:50:51 +0000 Subject: first round of clang 3.4 fixes for MESS (nw) --- src/mess/machine/sgi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mess/machine/sgi.c') diff --git a/src/mess/machine/sgi.c b/src/mess/machine/sgi.c index 9791c6f7c50..7a7b7277b7e 100644 --- a/src/mess/machine/sgi.c +++ b/src/mess/machine/sgi.c @@ -11,6 +11,7 @@ #define VERBOSE_LEVEL ( 2 ) +#if 0 INLINE void ATTR_PRINTF(3,4) verboselog( running_machine &machine, int n_level, const char *s_fmt, ... ) { if( VERBOSE_LEVEL >= n_level ) @@ -23,6 +24,7 @@ INLINE void ATTR_PRINTF(3,4) verboselog( running_machine &machine, int n_level, logerror( "%08x: %s", (unsigned) machine.device("maincpu")->safe_pc(), buf ); } } +#endif struct MC_t { -- cgit v1.2.3-70-g09d2