diff options
author | Brad King <brad.king@kitware.com> | 2011-11-17 16:07:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-11-17 16:07:43 (GMT) |
commit | 24b1feb5ca9dbc3461d373e4de30a33157f81375 (patch) | |
tree | 2dab4fb6e933ab11dccd217630398e9115def20b /Source/cmCacheManager.cxx | |
parent | 1ec3fa00c920ca0d13ef30965ce2560ecd006e0c (diff) | |
download | CMake-24b1feb5ca9dbc3461d373e4de30a33157f81375.zip CMake-24b1feb5ca9dbc3461d373e4de30a33157f81375.tar.gz CMake-24b1feb5ca9dbc3461d373e4de30a33157f81375.tar.bz2 |
sha2: Cast safe conversions to smaller integer types
Add a cast to lines converting "uint64_t" to "unsigned int" that are
known safe due to use of modulus with a small integer. This avoids
compiler warnings such as
conversion from 'cm_sha2_uint64_t' to 'unsigned int',
possible loss of data
from MSVC.
Diffstat (limited to 'Source/cmCacheManager.cxx')
0 files changed, 0 insertions, 0 deletions