commit | 0fde84a89f9e1fe6cb64d59579cd3bf0fbe3fd36 | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Tue Dec 09 16:33:28 2014 -0800 |
committer | Paul Wankadia <junyer@google.com> | Tue Jul 28 10:37:42 2015 +0000 |
tree | bd87f191bfbf221fd4977f5199727b1e7b4a0657 | |
parent | 8d0f57e0ba1a857dceee3ff7a7947a7e511dd202 [diff] |
Fix MSVC warning C4244. This warns about potential value truncation. Instead of disabling the warning, fix it, generally by adding explicit casts to make it clear that a type change is occurring. Change-Id: I737f9080a86adeaa2afb461fe9429dc1dcb5d6c3 Reviewed-on: https://code-review.googlesource.com/1441 Reviewed-by: Paul Wankadia <junyer@google.com>