From 0bf24420b55ade3949aed6a926ddc3c16253006a Mon Sep 17 00:00:00 2001 From: doodspav Date: Sun, 14 Jul 2024 22:12:12 +0100 Subject: [PATCH] GHI #32 Add `-Wno-documentation-unknown-command` to clang for C --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 80cadcddc..e43a605f2 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -94,7 +94,7 @@ "name": "_patomic-ci-flags-warning-clang", "hidden": true, "cacheVariables": { - "CMAKE_C_FLAGS_INIT": "-Weverything -Werror -Wpedantic -Wno-c++98-compat -Wno-covered-switch-default -Wno-padded -Wno-unused-function -Wno-atomic-alignment -Wno-poison-system-directories -Wno-reserved-identifier", + "CMAKE_C_FLAGS_INIT": "-Weverything -Werror -Wpedantic -Wno-c++98-compat -Wno-covered-switch-default -Wno-padded -Wno-unused-function -Wno-atomic-alignment -Wno-poison-system-directories -Wno-reserved-identifier -Wno-documentation-unknown-command", "CMAKE_CXX_FLAGS_INIT": "-Wall -Wextra -Werror -Wpedantic -Wno-c++17-attribute-extensions" } },