Fix remaining GCC 7.1 issue (nw)

This commit is contained in:
Miodrag Milanovic 2017-05-15 18:47:00 +02:00
parent 662cee7fa4
commit f3b954ba6e

View File

@ -17,6 +17,10 @@
#ifndef __LUA_ENGINE_H__
#define __LUA_ENGINE_H__
#if defined(__GNUC__) && (__GNUC__ > 6)
#pragma GCC diagnostic ignored "-Wnoexcept-type"
#endif
#include <map>
#include <condition_variable>
#define SOL_SAFE_USERTYPE