libaurum: fix a build failure for 64-bit architecture 12/237312/1 accepted/tizen/unified/20200701.032334 submit/tizen/20200629.234316 submit/tizen/20200630.100857 submit/tizen/20200630.101739
authorWonki Kim <wonki_.kim@samsung.com>
Mon, 29 Jun 2020 05:41:37 +0000 (14:41 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 29 Jun 2020 05:41:37 +0000 (14:41 +0900)
commitbd84ecc5e2ae52f869cd62e01ccb3cbd54f869d1
tree57505bb37d59a58fb271e443b8467ef23afc2917
parente1a33f0995ca44b1744c42020ce189aa8385510d
libaurum: fix a build failure for 64-bit architecture

this patch fixes a build failure while casting void* type return value to int.
even thought there isn't any chance to lose anything for 'result' variable.
because the range of the actual value is between 32bit integer range.

Change-Id: Ib336314dbac4d9d22d593030ce0be986c07c2521
libaurum/src/DeviceImpl/TizenImpl.cc