Skip to content

Commit d006926

Browse files
committed
ycm: update flag blacklist
-Wdate-time isn't known to clang, and it seems to cause errors in syntastic.
1 parent 512922f commit d006926

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ycm_extra_conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ def FlagsForFile(filename):
6262
# these flags cause crashes in libclang, so remove them
6363
flags.remove('-Wlogical-op')
6464
flags.remove('-Wsuggest-attribute=noreturn')
65+
flags.remove('-Wdate-time')
6566

6667
# vim: set et ts=2 sw=2:

0 commit comments

Comments
 (0)