lottie/vector: remove a warning message from 64 bits compilation 80/185380/1
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 30 Jul 2018 05:48:28 +0000 (14:48 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 30 Jul 2018 05:48:28 +0000 (14:48 +0900)
commit29eedc78ea17d5188f5f82842b5dd8ec12587625
tree82f9e6bedc01d91e4eb0fac1e69c948909e0016f
parente99664a5ca1a0da0a443b080c9727b87b2058178
lottie/vector: remove a warning message from 64 bits compilation

uint64_t is same as unsigned long long in 32 bits compilation.
But, it is same as unsigned long in 64 bits compilation.

Change-Id: Ibcddaf17d1fa1f6c972906f6571c05253292b752
src/vector/vdebug.cpp