Skip to content

tools,test: var to const

Rodrigo Muino Tomonari requested to merge github/fork/BridgeAR/var-to-const into master

As far as I know using const is preferable in almost all situations, so this converts probably all var declarations to const, if possible.

If this is not what you want, I'm happy to close this again or split into smaller parts.

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

tools,test

Merge request reports

Loading