mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
PMF extension doesn't work on OSX (nw)
This commit is contained in:
parent
f115ab2dd2
commit
46c7eabbaf
@ -28,18 +28,16 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef USE_PMFDELEGATES
|
#ifndef USE_PMFDELEGATES
|
||||||
#if defined(__clang__) || (defined(__GNUC__) && defined(__i386__))
|
#if defined(__clang__) || defined(__APPLE__) || (defined(__GNUC__) && defined(__i386__))
|
||||||
#define USE_PMFDELEGATES (0)
|
#define USE_PMFDELEGATES (0)
|
||||||
#define NO_USE_PMFCONVERSION (1)
|
#define NO_USE_PMFCONVERSION (1)
|
||||||
|
#elif defined(__GNUC__)
|
||||||
|
#define USE_PMFDELEGATES (0)
|
||||||
|
#define NO_USE_PMFCONVERSION (0)
|
||||||
|
#pragma GCC diagnostic ignored "-Wpmf-conversions"
|
||||||
#else
|
#else
|
||||||
#if defined(__GNUC__)
|
#define USE_PMFDELEGATES (0)
|
||||||
#define USE_PMFDELEGATES (1)
|
#define NO_USE_PMFCONVERSION (1)
|
||||||
#define NO_USE_PMFCONVERSION (0)
|
|
||||||
#pragma GCC diagnostic ignored "-Wpmf-conversions"
|
|
||||||
#else
|
|
||||||
#define USE_PMFDELEGATES (0)
|
|
||||||
#define NO_USE_PMFCONVERSION (1)
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user