Browse Source

ycm: update flag blacklist

-Wdate-time isn't known to clang, and it seems to cause errors in
syntastic.
keep-around/964a6d9fb555cc86528eb1cc1f6d044f85584842
Dave Reisner 9 years ago
parent
commit
d0069261a7
  1. 1
      .ycm_extra_conf.py

1
.ycm_extra_conf.py

@ -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…
Cancel
Save