aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeftTry <lerest.go@gmail.com>2024-07-24 13:32:36 +0500
committerLeftTry <lerest.go@gmail.com>2024-07-24 13:32:36 +0500
commitd3f4ee545bfb6e1b6668d49e76a5e5d20ce0846f (patch)
tree4bb2d973bc40415ce285458de96698dfb9eb41c9
parent926db781dc9931d1186727145e65ba5189003c87 (diff)
downloadrspamd-d3f4ee545bfb6e1b6668d49e76a5e5d20ce0846f.tar.gz
rspamd-d3f4ee545bfb6e1b6668d49e76a5e5d20ce0846f.zip
Disabled compiler warnings
-rw-r--r--cmake/CompilerWarnings.cmake6
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()