summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/devices/machine/keyboard.ipp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/machine/keyboard.ipp b/src/devices/machine/keyboard.ipp
index 91c6992962e..b96954dd8bc 100644
--- a/src/devices/machine/keyboard.ipp
+++ b/src/devices/machine/keyboard.ipp
@@ -5,6 +5,11 @@
#pragma once
+// Work around for MSVC warning that identifies some of these as unused
+#ifdef _MSC_VER
+#pragma warning ( disable : 4505 )
+#endif
+
#include "keyboard.h"
#include <numeric>