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 //**************************************************************************