Forgot this one for GCC 7.1 (nw)
This commit is contained in:
parent
f3b954ba6e
commit
a4c5e29c2f
@ -46,6 +46,10 @@
|
|||||||
#pragma GCC diagnostic ignored "-Wpmf-conversions"
|
#pragma GCC diagnostic ignored "-Wpmf-conversions"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__GNUC__) && (__GNUC__ > 6)
|
||||||
|
#pragma GCC diagnostic ignored "-Wnoexcept-type"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace plib {
|
namespace plib {
|
||||||
/*
|
/*
|
||||||
* The following class was derived from the MAME delegate.h code.
|
* The following class was derived from the MAME delegate.h code.
|
||||||
|
Loading…
Reference in New Issue
Block a user