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

Commit c2c3313

Browse files
authored
Merge pull request #2215 from SoldierDash/checkpatch-strict-errors
Checker c/checkpatch: handle strict warnings.
2 parents df9f705 + 3e22663 commit c2c3313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax_checkers/c/checkpatch.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function! SyntaxCheckers_c_checkpatch_GetLocList() dict
3939
let makeprg = self.makeprgBuild({ 'args_after': '--no-summary --no-tree --terse --file' })
4040

4141
let errorformat =
42+
\ '%W%f:%l: CHECK: %m,' .
4243
\ '%f:%l: %tARNING: %m,' .
4344
\ '%f:%l: %tRROR: %m'
4445

0 commit comments

Comments
 (0)