Merge pull request #2215 from SoldierDash/checkpatch-strict-errors

Checker c/checkpatch: handle strict warnings.
This commit is contained in:
LCD 047 2018-10-17 18:05:17 +03:00 committed by GitHub
commit c2c3313a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ function! SyntaxCheckers_c_checkpatch_GetLocList() dict
let makeprg = self.makeprgBuild({ 'args_after': '--no-summary --no-tree --terse --file' })
let errorformat =
\ '%W%f:%l: CHECK: %m,' .
\ '%f:%l: %tARNING: %m,' .
\ '%f:%l: %tRROR: %m'