Fix comparison and narrowing errors reported by GCC
authorAdeel <adeelbm@outlook.com>
Sun, 24 Feb 2019 20:14:06 +0000 (12:14 -0800)
committerAdeel <adeelbm@outlook.com>
Sun, 24 Feb 2019 23:53:32 +0000 (15:53 -0800)
commit38253df9b673f861727f72a46007b2373fb0c44e
treecc8928e1eb413b0526b16e280357e3ad957b9554
parent68ad850ef3cd5488cf2a992c80717630c36f44c9
Fix comparison and narrowing errors reported by GCC

Commit migrated from https://github.com/dotnet/coreclr/commit/dc19f81f05dd2559af329c528c2f04e869d8ef1e
16 files changed:
src/coreclr/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
src/coreclr/src/debug/createdump/crashinfo.cpp
src/coreclr/src/debug/createdump/datatarget.cpp
src/coreclr/src/debug/debug-pal/unix/twowaypipe.cpp
src/coreclr/src/unwinder/amd64/unwinder_amd64.cpp
src/coreclr/src/vm/callingconvention.h
src/coreclr/src/vm/codeversion.h
src/coreclr/src/vm/crossloaderallocatorhash.inl
src/coreclr/src/vm/inlinetracking.h
src/coreclr/src/vm/rejit.h
src/coreclr/tests/src/Interop/PInvoke/Decimal/PInvoke/DecNative.cpp
src/coreclr/tests/src/Interop/PInvoke/Decimal/ReversePInvoke/RevNative.cpp
src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsParamDLL.h
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.h
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.h
src/coreclr/tests/src/JIT/jit64/mcc/interop/native_i1c.cpp