Cast size to double

An implicit conversion warning was being hidden by the use of -isystem
to include frameworks/native/include. Making changes to art trigered
the warning, which led to -Werror breaking build. Rather than disabling
-Werror, lets cast size to a double so we have correct precision.

Change-Id: I7ff89892e8508da43fc3a170ac771ee13fa7e00e
Signed-off-by: Joe Maples <joe@frap129.org>
1 file changed