diff options
Diffstat (limited to 'src/emu/audit.cpp')
-rw-r--r-- | src/emu/audit.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/emu/audit.cpp b/src/emu/audit.cpp index 0f2b5cf4854..8f13a2a5d86 100644 --- a/src/emu/audit.cpp +++ b/src/emu/audit.cpp @@ -15,14 +15,6 @@ #include "sound/samples.h" #include "softlist.h" -// for now, make buggy GCC/Mingw STFU about I64FMT -#if (defined(__MINGW32__) && (__GNUC__ >= 5)) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wformat" -#pragma GCC diagnostic ignored "-Wformat-extra-args" -#endif - - //************************************************************************** // CORE FUNCTIONS //************************************************************************** @@ -615,7 +607,3 @@ audit_record::audit_record(const char *name, media_type type) m_shared_device(NULL) { } - -#if (defined(__MINGW32__) && (__GNUC__ >= 5)) -#pragma GCC diagnostic pop -#endif |