Skip to content

Fix a few bugs detected by Cppcheck

terencehill requested to merge terencehill/cppcheck_errors into master

(warning) Logical conjunction always evaluates to false: matchrule < 0 && matchrule > 5.
(style) Condition 'k<16' is always true
(style) Variable 'settings->bounceminimumintensity2' is reassigned a value before the old one has been used.

Edited by terencehill

Merge request reports