Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit df9f705

Browse files
committed
Checker ada/gcc: fix checking of header files.
1 parent 0295d82 commit df9f705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.9.0-15'
22+
let g:_SYNTASTIC_VERSION = '3.9.0-16'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

syntax_checkers/ada/gcc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function! SyntaxCheckers_ada_gcc_GetLocList() dict
3333
\ '%f:%l:%c: %m,' .
3434
\ '%f:%l: %m',
3535
\ 'main_flags': '-c -x ada -gnats -gnatef',
36-
\ 'header_flags': '-x ada -gnats -gnatef',
36+
\ 'header_flags': '-S -x ada -gnats -gnatef',
3737
\ 'header_names': '\.ads$' })
3838
endfunction
3939

0 commit comments

Comments
 (0)