summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.ycm_extra_conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index a90610d29d..4edd3c8a74 100644
--- a/.ycm_extra_conf.py
+++ b/.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: