diff options
author | QMK Bot <hello@qmk.fm> | 2023-05-14 05:33:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-05-14 05:33:11 +0000 |
commit | f8f2fd0acb7a086f04ead238a5f8aea4ee8aec5c (patch) | |
tree | 640df9c86b902688f6540b9e73c886c108df8f7f /.clangd | |
parent | df376064ea55c11922f8806866ce25ef1e1eea29 (diff) | |
parent | 0b672f87755b6326432dfa4c26379d31a025f7ba (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.clangd')
-rw-r--r-- | .clangd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.clangd b/.clangd new file mode 100644 index 0000000000..2be2d817fc --- /dev/null +++ b/.clangd @@ -0,0 +1,4 @@ +CompileFlags: + Add: [-Wno-unknown-attributes, -Wno-maybe-uninitialized, -Wno-unknown-warning-option] + Remove: [-W*, -mcall-prologues] + Compiler: clang |