headerclean: remove dead code

The variable was misspelt, so we obviously don't need these
exceptions.

Change-Id: I691c9315bcde3aad72410ce01ae6dc6a013ee6fd
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
(cherry picked from commit 06f21a387069fe02d6e97600fc445a3c71b0fb82)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2022-06-21 07:20:07 +02:00 committed by Qt Cherry-pick Bot
parent fed05145bc
commit 3cc1c41bc9

View File

@ -124,10 +124,6 @@ function(qt_internal_add_headers_clean_target
endif()
if (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 4.9)
list(APPEND hcleanFLAGS -Wfloat-conversion)
# GCC 9 has a lot of false positives relating to these
list(APPEND hcleanFlags -Wno-deprecated-copy -Wno-redundant-move
-Wno-format-overflow -Wno-init-list-lifetime)
endif()
endif()