Files
snapd/cmd/.clangd
Alex Murray d9b70a0e05 cmd: Fixup .clangd to use correct syntax
Add is expected to be a list of options not a single element as per the
example in https://clangd.llvm.org/config.html#add

Signed-off-by: Alex Murray <alex.murray@canonical.com>
2021-12-08 12:00:17 +10:30

2 lines
161 B
YAML

CompileFlags:
Add: [-I/usr/include/glib-2.0, -Wall, -Wextra, -Wmissing-prototypes, -Wstrict-prototypes, -Wno-missing-field-initializers, -Wno-unused-parameter]