Merge pull request #997 from kisielk/go_c_warnings
Add pattern to match warnings from C compilers when checking Go code.
This commit is contained in:
commit
bc9620eed9
@ -56,7 +56,9 @@ function! SyntaxCheckers_go_go_GetLocList() dict
|
|||||||
let cleanup = 1
|
let cleanup = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" The first pattern is for warnings from C compilers.
|
||||||
let errorformat =
|
let errorformat =
|
||||||
|
\ '%W%f:%l: warning: %m,' .
|
||||||
\ '%E%f:%l:%c:%m,' .
|
\ '%E%f:%l:%c:%m,' .
|
||||||
\ '%E%f:%l:%m,' .
|
\ '%E%f:%l:%m,' .
|
||||||
\ '%C%\s%\+%m,' .
|
\ '%C%\s%\+%m,' .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user