Skip to content

Commit

Permalink
Merge pull request vim-syntastic#2215 from SoldierDash/checkpatch-str…
Browse files Browse the repository at this point in the history
…ict-errors

Checker c/checkpatch: handle strict warnings.
  • Loading branch information
lcd047 authored Oct 17, 2018
2 parents acf3bc2 + a3f2ea2 commit 641fc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax_checkers/c/checkpatch.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 641fc8a

Please sign in to comment.