tangled
alpha
login
or
join now
stau.space
/
dfs
0
fork
atom
Distributed File System written in C
0
fork
atom
overview
issues
pulls
pipelines
ci: Add compiler warnings for LSP
stau.space
4 months ago
57156885
6b6ce5be
+4
1 changed file
expand all
collapse all
unified
split
.clangd
+4
.clangd
···
1
1
+
CompileFlags: # Tweak the parse settings
2
2
+
Add: [-xc, -std=gnu99, -Wall, -Wextra, -Wfloat-equal, -Wundef, -Wshadow, -Wpointer-arith, -Wwrite-strings, -Wswitch-default, -Wconversion, -Wunreachable-code, -pedantic, -Wno-builtin-declaration-mismatch]
3
3
+
Remove: [-W*] # strip all other warning-related flags
4
4
+
Compiler: clang++ # Change argv[0] of compile flags to `clang++`