Skip to content

Commit

Permalink
Fix completly wrong comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Apr 5, 2024
1 parent 7cd5246 commit 2633a8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/ffmpeg/fftools/.clangd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CompileFlags:
Add: [-xc, -std=c17, -Wall] # treat all files as C++, enable more warnings
Remove: -W* # strip all other warning-related flags
Compiler: clang # Change argv[0] of compile flags to `clang++`
Add: [-xc, -std=c17, -Wall] # treat all files as C, enable all warnings
Remove: -W* # strip all other specific warning flags
Compiler: clang
Diagnostics:
UnusedIncludes: Strict

0 comments on commit 2633a8e

Please sign in to comment.