Distributed File System written in C

ci: Add compiler warnings for LSP

+4
+4
.clangd
··· 1 + CompileFlags: # Tweak the parse settings 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 + Remove: [-W*] # strip all other warning-related flags 4 + Compiler: clang++ # Change argv[0] of compile flags to `clang++`