From: tobtoht Date: Tue, 31 May 2022 20:58:26 +0000 (+0200) Subject: CMake: remove some comments X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=bf633411904b725ee9608f2bffc22c237a25afd3;p=gamesguru%2Ffeather.git CMake: remove some comments --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f4f7e7a..7a3673ca 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)