oclint: option "-text" is obsolete.

This commit is contained in:
LCD 47 2014-04-16 00:15:46 +03:00
parent 4c18240e8d
commit b4320f19dd
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ if has('reltime')
let g:syntastic_start = reltime()
endif
let g:syntastic_version = '3.4.0-30'
let g:syntastic_version = '3.4.0-31'
" Sanity checks {{{1

View File

@ -30,7 +30,6 @@ set cpo&vim
function! SyntaxCheckers_c_oclint_GetLocList() dict
let makeprg = self.makeprgBuild({
\ 'args_after': '-text',
\ 'post_args_before': '-- -c ' . syntastic#c#ReadConfig(g:syntastic_oclint_config_file) })
let errorformat =