summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/schedule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/schedule.cpp')
-rw-r--r--src/emu/schedule.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/emu/schedule.cpp b/src/emu/schedule.cpp
index 28521538d16..565d027cfc4 100644
--- a/src/emu/schedule.cpp
+++ b/src/emu/schedule.cpp
@@ -11,14 +11,6 @@
#include "emu.h"
#include "debugger.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
-
-
//**************************************************************************
// DEBUGGING
//**************************************************************************
@@ -990,7 +982,3 @@ void device_scheduler::dump_timers() const
timer->dump();
machine().logerror("=============================================\n");
}
-
-#if (defined(__MINGW32__) && (__GNUC__ >= 5))
-#pragma GCC diagnostic pop
-#endif