Skip to content

Issue 600 cppcheck

Jekabs Karklins requested to merge issue_600_cppcheck into master

Created by: mortenjc

Issue reference / description

Added custom make target so one can do

>  make cppcheck
> make cppcheckhtml
> open cppcheckhtml/index.html

or in one go

> make cppcheck && make cppcheckhtml && open cppcheckhtml/index.html

Removed most of the warnings

Merge request reports