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