Skip to content

Commit

Permalink
.clangd: suppress -Wgnu-zero-variadic-macro-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianfridrich committed Jul 3, 2024
1 parent f3b5979 commit e3282f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clangd
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ If:
CompileFlags:
Add: [-Wall, -DHAVE_INTTYPES_H, -include re.h]
Remove: [-xobjective-c++-header]
---
Diagnostics:
Suppress: "-Wgnu-zero-variadic-macro-arguments"

0 comments on commit e3282f3

Please sign in to comment.