From: Samir Benmendil Date: Wed, 15 Nov 2017 11:59:54 +0000 (+0000) Subject: vim: `-Weverything` in ycm_extra_conf X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/57040007d232840cda48a218b5ab0b37742c5cf4?ds=inline vim: `-Weverything` in ycm_extra_conf --- diff --git a/vim/ycm_extra_conf.py b/vim/ycm_extra_conf.py index 77f13b3..678f3fb 100644 --- a/vim/ycm_extra_conf.py +++ b/vim/ycm_extra_conf.py @@ -19,6 +19,9 @@ BASE_FLAGS = [ EXTRA_FLAGS = [ '-Wall', '-Wextra', + '-Weverything', + '-Wno-c++98-compat', + '-Wno-c++98-compat-pedantic', # '-Wshadow', # '-Werror', # '-Wc++98-compat',