headersclean: Remove unneeded exceptions

Change-Id: I431d530aa4d588aad841b80b13d5e0caa4c8b445
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
bb10
Kai Köhne 2023-12-03 16:58:38 +01:00
parent b831693365
commit 16546515f3
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ function(qt_internal_add_headersclean_target module_target module_headers)
-Woverloaded-virtual -Wshadow -Wundef -Wfloat-equal
-Wnon-virtual-dtor -Wpointer-arith -Wformat-security
-Wchar-subscripts -Wold-style-cast
-Wno-long-long -Wno-variadic-macros
-fno-operator-names)
if(QT_FEATURE_reduce_relocations AND UNIX)