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)
commitdc19f81f05dd2559af329c528c2f04e869d8ef1e
treea61fb44fa2b31ec85e2daf9e670f01a6c4f97e59
parent333232d98639df980133205c41791cb9dc7f3d34
Fix comparison and narrowing errors reported by GCC
16 files changed:
src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
src/debug/createdump/crashinfo.cpp
src/debug/createdump/datatarget.cpp
src/debug/debug-pal/unix/twowaypipe.cpp
src/unwinder/amd64/unwinder_amd64.cpp
src/vm/callingconvention.h
src/vm/codeversion.h
src/vm/crossloaderallocatorhash.inl
src/vm/inlinetracking.h
src/vm/rejit.h
tests/src/Interop/PInvoke/Decimal/PInvoke/DecNative.cpp
tests/src/Interop/PInvoke/Decimal/ReversePInvoke/RevNative.cpp
tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsParamDLL.h
tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ExpStructAsParamNative.h
tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/SeqStructDelRevPInvokeNative.h
tests/src/JIT/jit64/mcc/interop/native_i1c.cpp