diff options
author | Jake Petroules <jake.petroules@petroules.com> | 2013-08-10 06:49:46 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-08-10 17:41:57 (GMT) |
commit | 4a2c688e2a0542e450a6405a74cda4762555af4f (patch) | |
tree | 41c4a9108e2554107e013d5adff60f92ca03c2e4 | |
parent | ee6f4a1157eb02f0807ba77847d87a02205abdc3 (diff) | |
download | Qt-4a2c688e2a0542e450a6405a74cda4762555af4f.zip Qt-4a2c688e2a0542e450a6405a74cda4762555af4f.tar.gz Qt-4a2c688e2a0542e450a6405a74cda4762555af4f.tar.bz2 |
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 <lpapp@kde.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r-- | src/corelib/global/qglobal.h | 3 |
1 files changed, 0 insertions, 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__ |