aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2025-04-22 00:02:47 +1000
committerGitHub <noreply@github.com>2025-04-22 00:02:47 +1000
commit53f1f3b6d70bd457c5c42b799858c775dfcd3cb6 (patch)
treebbc49471e659515ca731ea83ac160f213f791e40
parenta1cb82286102bf4494ba856e2e8a348424929b34 (diff)
Fix for `.clangd`. (#25180)
-rw-r--r--.clangd2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clangd b/.clangd
index 6133ae7229..63dadd7e7c 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