Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warnings about variable declaration shadowing
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).
- Loading branch information