mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
VS2015 compile fix (nw)
This commit is contained in:
parent
3ee5564b78
commit
deb3c4757b
@ -26,6 +26,10 @@
|
|||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic ignored "-Wshift-count-overflow"
|
#pragma clang diagnostic ignored "-Wshift-count-overflow"
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
#pragma warning(disable:4503)
|
||||||
|
#endif
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// LUA ENGINE
|
// LUA ENGINE
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user