Avoid compile warning of narrowing uint32_t (#2429)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Thu, 23 Aug 2018 04:44:59 +0000 (13:44 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 23 Aug 2018 04:44:59 +0000 (13:44 +0900)
commit922726ca2c3c5204a53143adb7db698f238a9db0
tree65937db9034ac57ef90437eeff8a642d9304c796
parentf39257f0f152f4102362c9eaf13a646a801c8cb4
Avoid compile warning of narrowing uint32_t (#2429)

When compilation.cc is compiled, warning message prints about narrowing
uint32_t -> int32_t. The code doesn't matter whether the vars are uint32_t
or int32_t.

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc