Forgot this one for GCC 7.1 (nw)

This commit is contained in:
Miodrag Milanovic 2017-05-15 19:27:56 +02:00
parent f3b954ba6e
commit a4c5e29c2f

View File

@ -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.