From: Holger Schemel Date: Sun, 16 Oct 2022 10:52:22 +0000 (+0200) Subject: removed shadowing of outer variable by local variable X-Git-Tag: 4.3.3.0~55 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=85d83fd479a42b207af8fc93615568bd4cd19f3c;hp=85d83fd479a42b207af8fc93615568bd4cd19f3c;p=rocksndiamonds.git removed shadowing of outer variable by local variable This issue was found by Cppcheck (static C/C++ code analysis tool). ---