Skip to content

Fix some cppcheck warnings

Ahmad Samir requested to merge work/ahmad/cppcheck into master
  • Constructor with 1 argument that is not explicit
  • Local variable shadows outer variable
  • Shorten the scope of some variables where possible

And genearl cleanup (e.g. more const).

Merge request reports