mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
VS2015 compile fix (nw)
This commit is contained in:
parent
3ee5564b78
commit
deb3c4757b
@ -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
|
||||
//**************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user