Skip to content

Commit

Permalink
Remove deprecated cppcheck option
Browse files Browse the repository at this point in the history
  • Loading branch information
krader1961 committed Aug 28, 2019
1 parent b0a1984 commit e6e79c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lint
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ then
flags=( $(../scripts/extract_flags ${project_file} "${c_file}") )
cppcheck "${lint_args[@]}" \
"${flags[@]}" -D_CPPCHECK \
-q --verbose --std=c99 --std=posix --language=c \
-q --verbose --std=c99 --language=c \
--suppress=missingIncludeSystem --inline-suppr \
--enable="${cppchecks}" --rule-file=../.cppcheck.rules \
--template="${template}" \
Expand Down

0 comments on commit e6e79c9

Please sign in to comment.