mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
lua clang compile fix (nw)
This commit is contained in:
parent
33c5196a42
commit
3414afa450
@ -21,6 +21,9 @@
|
|||||||
#include "luaengine.h"
|
#include "luaengine.h"
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
#pragma clang diagnostic ignored "-Wshift-count-overflow"
|
||||||
|
#endif
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// LUA ENGINE
|
// LUA ENGINE
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user