diff options
author | LeftTry <lerest.go@gmail.com> | 2024-07-24 13:32:36 +0500 |
---|---|---|
committer | LeftTry <lerest.go@gmail.com> | 2024-07-24 13:32:36 +0500 |
commit | d3f4ee545bfb6e1b6668d49e76a5e5d20ce0846f (patch) | |
tree | 4bb2d973bc40415ce285458de96698dfb9eb41c9 | |
parent | 926db781dc9931d1186727145e65ba5189003c87 (diff) | |
download | rspamd-d3f4ee545bfb6e1b6668d49e76a5e5d20ce0846f.tar.gz rspamd-d3f4ee545bfb6e1b6668d49e76a5e5d20ce0846f.zip |
Disabled compiler warnings
-rw-r--r-- | cmake/CompilerWarnings.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
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() |