summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/frontend/mame/luaengine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frontend/mame/luaengine.cpp b/src/frontend/mame/luaengine.cpp
index 4ca7f169835..4b83314fc62 100644
--- a/src/frontend/mame/luaengine.cpp
+++ b/src/frontend/mame/luaengine.cpp
@@ -26,6 +26,10 @@
#ifdef __clang__
#pragma clang diagnostic ignored "-Wshift-count-overflow"
#endif
+#if defined(_MSC_VER)
+#pragma warning(disable:4503)
+#endif
+
//**************************************************************************
// LUA ENGINE
//**************************************************************************