commit | 2b6c318057d964b8c194f1223c7a8f4439b51593 | [log] [tgz] |
---|---|---|
author | Joe Maples <joe@frap129.org> | Sun Jan 01 13:16:47 2017 -0500 |
committer | Jackeagle <jackeagle102@gmail.com> | Tue May 09 19:11:03 2017 +0530 |
tree | 651f10ddb0e08646c5bbfec2b85fa08a259380bb | |
parent | 6b43b8ad086b617e40e1146251243c82e6aea7c5 [diff] |
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>