aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2025-04-22 00:05:04 +1000
committerNick Brassel <nick@tzarc.org>2025-04-22 00:05:04 +1000
commit41ee8332d1ed1f897611fd8feb7d4e30a2acb76b (patch)
tree3ddedc7e40b22e6668ac25f6e6406b458808d033
parent35edec2998d4ffd2d005966537d8be431795a3aa (diff)
downloadqmk-userspace-41ee8332d1ed1f897611fd8feb7d4e30a2acb76b.tar.gz
qmk-userspace-41ee8332d1ed1f897611fd8feb7d4e30a2acb76b.zip
Fix for `.clangd`.
-rw-r--r--.clangd2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clangd b/.clangd
index 6133ae7..63dadd7 100644
--- a/.clangd
+++ b/.clangd
@@ -1,4 +1,4 @@
CompileFlags:
Add: [-Wno-unknown-attributes, -Wno-maybe-uninitialized, -Wno-unknown-warning-option]
- Remove: [-W*, -mmcu=*, -mcpu=*, -mfpu=*, -mfloat-abi=*, -mno-unaligned-access, -mno-thumb-interwork, -mcall-prologues]
+ Remove: [-W*, -mmcu=*, -mcpu=*, -mfpu=*, -mfloat-abi=*, -mno-unaligned-access, -mno-thumb-interwork, -mcall-prologues, -D__has_include*]
Compiler: clang