Merge pull request #2215 from SoldierDash/checkpatch-strict-errors
Checker c/checkpatch: handle strict warnings.
This commit is contained in:
commit
c2c3313a02
@ -39,6 +39,7 @@ function! SyntaxCheckers_c_checkpatch_GetLocList() dict
|
|||||||
let makeprg = self.makeprgBuild({ 'args_after': '--no-summary --no-tree --terse --file' })
|
let makeprg = self.makeprgBuild({ 'args_after': '--no-summary --no-tree --terse --file' })
|
||||||
|
|
||||||
let errorformat =
|
let errorformat =
|
||||||
|
\ '%W%f:%l: CHECK: %m,' .
|
||||||
\ '%f:%l: %tARNING: %m,' .
|
\ '%f:%l: %tARNING: %m,' .
|
||||||
\ '%f:%l: %tRROR: %m'
|
\ '%f:%l: %tRROR: %m'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user