From: Daan De Meyer Date: Fri, 23 May 2025 11:54:46 +0000 (+0200) Subject: clangd: Enable UnusedIncludes feature again X-Git-Tag: v258-rc1~499^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F37597%2Fhead;p=thirdparty%2Fsystemd.git clangd: Enable UnusedIncludes feature again Now that the entire free doesn't trigger any clang unused include violations anymore, let's re-enable the clangd option as it's much more useful now that the tree is clean. --- diff --git a/.clangd b/.clangd index 8cc437ab816..24886efe9e8 100644 --- a/.clangd +++ b/.clangd @@ -1,4 +1,4 @@ # SPDX-License-Identifier: LGPL-2.1-or-later Diagnostics: - UnusedIncludes: None + UnusedIncludes: Strict