X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9d0fa7479f12eed7061303ffce8d0601741e1daa..57040007d232840cda48a218b5ab0b37742c5cf4:/vim/ycm_extra_conf.py 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',