From 4a2c688e2a0542e450a6405a74cda4762555af4f Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Sat, 10 Aug 2013 02:49:46 -0400 Subject: Remove OS X unsupported warning. No other platform has such a warning and it really is not important. Change-Id: I70185dff6b0fad11c7a767f787679dc53d04ecc7 (backported from qtbase/cd17b500a85b34c16ff8f4212cf2ff35715040ba) Reviewed-by: Laszlo Papp Reviewed-by: Thiago Macieira --- src/corelib/global/qglobal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index d4bfd2b..708b270 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -327,9 +327,6 @@ namespace QT_NAMESPACE {} # if !defined(MAC_OS_X_VERSION_10_8) # define MAC_OS_X_VERSION_10_8 MAC_OS_X_VERSION_10_7 + 1 # endif -# if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_8) -# warning "This version of Mac OS X is unsupported" -# endif #endif #ifdef __LSB_VERSION__ -- cgit v0.12