mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 14:10:27 -06:00
The Clang scan-build tool warns about assignments whose values are never used, so initialize local variables at declaration instead.
The Clang scan-build tool warns about assignments whose values are never used, so initialize local variables at declaration instead.