From 41e02a4153b032f502f30b30c581aabe536b851e Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 2 Jan 2020 23:21:58 +0000 Subject: [PATCH] remove redundant Q_NO_PACKED_REFERENCE definition Signed-off-by: Ivailo Monev --- src/core/global/qglobal.h.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/global/qglobal.h.cmake b/src/core/global/qglobal.h.cmake index 0fd88667c..c9e940f6b 100644 --- a/src/core/global/qglobal.h.cmake +++ b/src/core/global/qglobal.h.cmake @@ -288,7 +288,6 @@ QT_USE_NAMESPACE # define Q_UNLIKELY(expr) __builtin_expect(!!(expr), false) # if !defined(QT_MOC_CPP) # define Q_PACKED __attribute__ ((__packed__)) -# define Q_NO_PACKED_REFERENCE # ifndef __ARM_EABI__ # define QT_NO_ARM_EABI # endif @@ -309,7 +308,6 @@ QT_USE_NAMESPACE # define Q_UNLIKELY(expr) __builtin_expect(!!(expr), false) # if !defined(QT_MOC_CPP) # define Q_PACKED __attribute__ ((__packed__)) -# define Q_NO_PACKED_REFERENCE # endif #else @@ -425,7 +423,6 @@ QT_USE_NAMESPACE #ifndef Q_PACKED # define Q_PACKED -# undef Q_NO_PACKED_REFERENCE #endif #ifndef Q_CONSTRUCTOR_FUNCTION