summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809/konami.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6809/konami.cpp')
-rw-r--r--src/devices/cpu/m6809/konami.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6809/konami.cpp b/src/devices/cpu/m6809/konami.cpp
index 8dc2bf3ab78..618b298fcc7 100644
--- a/src/devices/cpu/m6809/konami.cpp
+++ b/src/devices/cpu/m6809/konami.cpp
@@ -65,7 +65,7 @@ March 2013 NPW:
//**************************************************************************
// turn off 'unreferenced label' errors
-#if defined(__GNUC__) && __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2)
+#if defined(__GNUC__)
#pragma GCC diagnostic ignored "-Wunused-label"
#endif
#ifdef _MSC_VER