lua clang compile fix (nw)

This commit is contained in:
Miodrag Milanovic 2016-04-06 08:32:28 +02:00
parent 33c5196a42
commit 3414afa450

View File

@ -21,6 +21,9 @@
#include "luaengine.h"
#include <mutex>
#ifdef __clang__
#pragma clang diagnostic ignored "-Wshift-count-overflow"
#endif
//**************************************************************************
// LUA ENGINE
//**************************************************************************