From cd17b500a85b34c16ff8f4212cf2ff35715040ba Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 30 Jul 2013 20:02:58 -0400 Subject: Remove OS X unsupported warning. No other platform has such a warning and it really is not important. Change-Id: Ib85a536b6fcf9d7f15cd8b0779db7f6cfaec339a Reviewed-by: Gabriel de Dietrich --- src/corelib/global/qsystemdetection.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/corelib/global') diff --git a/src/corelib/global/qsystemdetection.h b/src/corelib/global/qsystemdetection.h index 22ee28baad..b638b4d509 100644 --- a/src/corelib/global/qsystemdetection.h +++ b/src/corelib/global/qsystemdetection.h @@ -249,10 +249,6 @@ # if !defined(__IPHONE_7_0) # define __IPHONE_7_0 70000 # endif -# -# if (__MAC_OS_X_VERSION_MAX_ALLOWED > __MAC_10_8) -# warning "This version of OS X is unsupported" -# endif #endif #ifdef __LSB_VERSION__ -- cgit v1.2.3