headerclean: remove dead code
The variable was misspelt, so we obviously don't need these exceptions. Pick-to: 6.4 6.3 6.2 Change-Id: I691c9315bcde3aad72410ce01ae6dc6a013ee6fd Reviewed-by: Kai Koehne <kai.koehne@qt.io>
This commit is contained in:
parent
97f643faee
commit
06f21a3870
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user