ycm: update flag blacklist

-Wdate-time isn't known to clang, and it seems to cause errors in
syntastic.
This commit is contained in:
Dave Reisner 2014-06-04 15:03:08 -04:00
parent 512922f8b4
commit d0069261a7
1 changed files with 1 additions and 0 deletions

View File

@ -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: