Mac OS X deprecation cleanup: maybe this SDK test is better...?

--HG--
branch : SDL-1.2
This commit is contained in:
Ryan C. Gordon 2011-09-14 03:23:35 -04:00
parent a922a452ac
commit a57a1e7023

View file

@ -117,12 +117,9 @@ VideoBootStrap QZ_bootstrap = {
/* Disable compiler warnings we can't avoid. */
#if (defined(__GNUC__) && (__GNUC__ >= 4))
# if (MAC_OS_X_VERSION_MIN_REQUIRED < 1060)
/* use ==, not >=, so we see future warnings. */
# if (MAC_OS_X_VERSION_MAX_ALLOWED == 1070)
# if (MAC_OS_X_VERSION_MAX_ALLOWED <= 1070)
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
# endif
# endif
#endif
static inline BOOL IS_LION_OR_LATER(_THIS)