mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-04-28 03:42:10 -04:00
Fix for .clangd
.
This commit is contained in:
parent
35edec2998
commit
41ee8332d1
1 changed files with 1 additions and 1 deletions
2
.clangd
2
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue