Skip to content

src: reduce scope of variables throughout codebase

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/scope into master

Move various variables in the C++ code to more narrow scopes where possible.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading