CMake: remove some comments

This commit is contained in:
tobtoht 2022-05-31 22:58:26 +02:00
parent 831a707635
commit bf63341190
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -219,9 +219,6 @@ if(APPLE)
endif()
# warnings
# @TODO: enable these 2 for migration to Qt 6
#add_c_flag_if_supported(-Werror C_SECURITY_FLAGS)
#add_cxx_flag_if_supported(-Werror CXX_SECURITY_FLAGS)
add_c_flag_if_supported(-Wformat C_SECURITY_FLAGS)
add_cxx_flag_if_supported(-Wformat CXX_SECURITY_FLAGS)
add_c_flag_if_supported(-Wformat-security C_SECURITY_FLAGS)