headerclean: remove dead code
The variable was misspelt, so we obviously don't need these exceptions. Manual conflict resolutions: - cmake/QtHeadersClean.cmake Change-Id: I691c9315bcde3aad72410ce01ae6dc6a013ee6fd Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 06f21a387069fe02d6e97600fc445a3c71b0fb82) Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
3a15defb21
commit
687c5996b9
@ -136,10 +136,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()
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user