Revert "Workaround MinGW not handling error suppression macro correctly"

This reverts commit 293b7fab55.

Reason for revert: Since Qt 6.2 MinGW 8.1 is not anymore supported

Pick-to: 6.2 6.3
Change-Id: I9b2e5e08bee663d5289a69218493911544671e79
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
bb10
Pasi Petäjäjärvi 2022-03-04 12:10:43 +00:00
parent b5144d2722
commit e0023ae353
1 changed files with 0 additions and 6 deletions

View File

@ -558,12 +558,6 @@ qt_internal_extend_target(Core CONDITION INTEGRITY
--pending_instantiations=128
)
# Workaround for QTBUG-90353
# Remove if MinGW (our only supported gcc version < 9) is no longer supported
qt_internal_extend_target(Core CONDITION GCC AND (CMAKE_CXX_COMPILER_VERSION VERSION_LESS "9.0.0")
PUBLIC_COMPILE_OPTIONS -Wno-error=invalid-offsetof
)
#### Keys ignored in scope 14:.:.:corelib.pro:pathIsAbsolute(_ss_CMAKE_HOST_DATA_DIR):
# CMAKE_HOST_DATA_DIR = "$$[QT_HOST_DATA/src]/"
# CMAKE_HOST_DATA_DIR_IS_ABSOLUTE = "True"