diff options
author | 2014-02-20 17:50:51 +0000 | |
---|---|---|
committer | 2014-02-20 17:50:51 +0000 | |
commit | 9fa82ef4c3d247a7279cea7f423697524abdbd6b (patch) | |
tree | ad25be89d42921076a84b978c912c0fbfc2fc98d /src/mess/machine/sgi.c | |
parent | 0991d0a4c5a84c80d5dbe028a3f6fd8f4ecdeecf (diff) |
first round of clang 3.4 fixes for MESS (nw)
Diffstat (limited to 'src/mess/machine/sgi.c')
-rw-r--r-- | src/mess/machine/sgi.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |