Fix to convert variable type explicitly 06/190606/4
authorDongwoo <dwoo08.lee@samsung.com>
Thu, 4 Oct 2018 01:22:47 +0000 (10:22 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 4 Oct 2018 10:50:27 +0000 (10:50 +0000)
commit3018b9a1a0f18b3f3279b4e9aeab540aca37ba39
treed1b0927980a5dfffc7a4b07c5d9b6d65d92ecf61
parente6bbad7704180e548a2d61abf3b5a3d7a6907436
Fix to convert variable type explicitly

This patch resolves svace warnings "SIGNED_TO_BIGGER_UNSIGNED", which
means assignment of a signed value which has type int(void*) to a
variable of a bigger integer type uint64_t.

Change-Id: Icb9576641a41f695272d61fd1f0847884b865935
Signed-off-by: Dongwoo <dwoo08.lee@samsung.com>
src/thor.c