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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3f4ee545bfb6e1b6668d49e76a5e5d20ce0846f;p=thirdparty%2Frspamd.git Disabled compiler warnings --- diff --git a/cmake/CompilerWarnings.cmake b/cmake/CompilerWarnings.cmake index 9092457de6..2315d5e4d9 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()