commit | 92cdf9c37225c6f76b96c8f137896cd9e9015bbd | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Feb 05 17:30:31 2014 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Feb 05 17:34:45 2014 -0800 |
tree | dbf70c82b2e8d48e6d6515689b47cfe327f71b49 | |
parent | f353207298ed14d0e6943353dd9788421a7537b8 [diff] |
recovery: fix building with pointer-to-int errors turned on Use intptr_t/uintptr_t to cast between pointer and int to allow building with -Werror=pointer-to-int-cast and Werror=int-to-pointer-cast turned on. Cast to char* instead of unsigned int for pointer arithmetic. Change-Id: Ia862306fdcca53866b330e8cf726f3d62f2248a0