Issue 600 cppcheck
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