mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user