]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* .ccls: Disable clang compare against static string warning
authorPaul Smith <psmith@gnu.org>
Sat, 28 Nov 2020 17:27:49 +0000 (12:27 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 29 Nov 2020 15:02:45 +0000 (10:02 -0500)
.ccls

diff --git a/.ccls b/.ccls
index d6d6cd7902a09b00a015c0a432f8aee031c95c1f..a953e9cf09653cd502d21481be74b067cfe9c52a 100644 (file)
--- a/.ccls
+++ b/.ccls
@@ -13,6 +13,7 @@ clang
 -Wall
 -Wextra
 -Werror
+-Wno-address
 -Wwrite-strings
 -Wshadow
 -Wdeclaration-after-statement