aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/CompilerWarnings.cmake
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-09-05 16:20:46 +0600
committerGitHub <noreply@github.com>2024-09-05 16:20:46 +0600
commit737a2ce03b826f86851d021d628274ab8c8ea7fb (patch)
tree7918e548808c5981fab465726f545a5c6cc9fe49 /cmake/CompilerWarnings.cmake
parentdd47f82a317ad2ed9a9270c9779bf866ff5989fd (diff)
parent40a6ddd69be80e6a4ad8a29053bbfa18d24b3bd8 (diff)
downloadrspamd-737a2ce03b826f86851d021d628274ab8c8ea7fb.tar.gz
rspamd-737a2ce03b826f86851d021d628274ab8c8ea7fb.zip
Merge branch 'master' into vstakhov-utf8-mime
Diffstat (limited to 'cmake/CompilerWarnings.cmake')
-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()