Skip to content

score local variable shadows outer function

Marius Pa requested to merge nmariusp/kigo:work/nmariusp/var_over_func into master

Fix cppcheck issues "src/game/score.cpp:26: Local variable 'upperBound' shadows outer function. src/game/score.cpp:29: Local variable 'lowerBound' shadows outer function".

Merge request reports