mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 08:29:54 -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.