mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
ycm: update flag blacklist
-Wdate-time isn't known to clang, and it seems to cause errors in syntastic.
This commit is contained in:
parent
512922f8b4
commit
d0069261a7
@ -62,5 +62,6 @@ flags = Flatten(map(GetFlagsFromMakefile, [
|
||||
# these flags cause crashes in libclang, so remove them
|
||||
flags.remove('-Wlogical-op')
|
||||
flags.remove('-Wsuggest-attribute=noreturn')
|
||||
flags.remove('-Wdate-time')
|
||||
|
||||
# vim: set et ts=2 sw=2:
|
||||
|
Loading…
Reference in New Issue
Block a user