From bf633411904b725ee9608f2bffc22c237a25afd3 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 31 May 2022 22:58:26 +0200 Subject: [PATCH] CMake: remove some comments --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f4f7e7..7a3673c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)