mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Fix remaining GCC 7.1 issue (nw)
This commit is contained in:
parent
662cee7fa4
commit
f3b954ba6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user