HVScrollView icon indicating copy to clipboard operation
HVScrollView copied to clipboard

Fix compiler warnings about variable declaration shadowing

Open cgraf78 opened this issue 1 year ago • 0 comments

Fix a couple of instances where a local variable declaration shadowed another variable. This was causing a compiler error when compiling with clang and treating most compiler warnings as errors (-Wall, -Wextra, -Werror).

cgraf78 avatar Jun 05 '23 02:06 cgraf78