]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
CMake: remove some comments
authortobtoht <thotbot@protonmail.com>
Tue, 31 May 2022 20:58:26 +0000 (22:58 +0200)
committertobtoht <thotbot@protonmail.com>
Tue, 31 May 2022 20:58:26 +0000 (22:58 +0200)
CMakeLists.txt

index 2f4f7e7af81400727c58edeaffd9ee61c7ae5ff4..7a3673ca6ead7621c426e9b2f7da19a025e495a1 100644 (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)