mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
e.g. d:\src\crashpad\crashpad\util\numeric\in_range_cast.h(35) : warning C4244: 'return' : conversion from 'unsigned __int64' to 'uint32_t', possible loss of data d:\src\crashpad\crashpad\util\numeric\in_range_cast.h(35) : warning C4244: 'return' : conversion from '__int64' to 'int32_t', possible loss of data d:\src\crashpad\crashpad\util\numeric\in_range_cast_test.cc(54) : see reference to function template instantiation 'Destination crashpad::InRangeCast<int32_t,__int64>(Source,Destination)' being compiled with [ Destination=int32_t , Source=__int64 ] R=mark@chromium.org BUG=crashpad:1 Review URL: https://codereview.chromium.org/800073003