This commit is contained in:
LCD 47 2013-03-20 20:09:15 +02:00
parent 1cab34063a
commit e7aacdabf9

View File

@ -94,7 +94,7 @@ if !exists('g:syntastic_ada_config_file')
endif
function! SyntaxCheckers_ada_gcc_GetLocList()
let makeprg = g:syntastic_ada_compiler . ' -c -fsyntax-only '
let makeprg = g:syntastic_ada_compiler . ' -c -x ada -fsyntax-only '
let errorformat = '%-G%f:%s:,%f:%l:%c: %m,%f:%l: %m'
if exists('g:syntastic_c_errorformat')