From: LeftTry Date: Wed, 24 Jul 2024 08:32:36 +0000 (+0500) Subject: Disabled compiler warnings X-Git-Tag: 3.10.0~79 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d3f4ee545bfb6e1b6668d49e76a5e5d20ce0846f;p=rspamd.git Disabled compiler warnings --- diff --git a/cmake/CompilerWarnings.cmake b/cmake/CompilerWarnings.cmake index 9092457de..2315d5e4d 100644 --- a/cmake/CompilerWarnings.cmake +++ b/cmake/CompilerWarnings.cmake @@ -84,6 +84,6 @@ IF(SUPPORT_WSUGGEST_ATTRIBUTE) ADD_COMPILE_OPTIONS("-Wno-suggest-attribute=format") ENDIF() -IF(SUPPORT_WDEPRECATED_DECLARATIONS) - ADD_COMPILE_OPTIONS("-Wno-deprecated-declarations") -ENDIF() +#IF(SUPPORT_WDEPRECATED_DECLARATIONS) +# ADD_COMPILE_OPTIONS("-Wno-deprecated-declarations") +#ENDIF()