* .ccls: Disable clang compare against static string warning

This commit is contained in:
Paul Smith 2020-11-28 12:27:49 -05:00
parent e49e11e069
commit 957aa450a0

1
.ccls
View file

@ -13,6 +13,7 @@ clang
-Wall
-Wextra
-Werror
-Wno-address
-Wwrite-strings
-Wshadow
-Wdeclaration-after-statement