commit | 8ae2b0d5dd68b535aa81fb4ba6e3657d1bfe2b12 | [log] [tgz] |
---|---|---|
author | Simon Shi <simonsmh@gmail.com> | Sat Mar 09 13:01:55 2019 +0800 |
committer | Ethan Yonker <dees_troy@teamw.in> | Fri Mar 22 16:32:39 2019 -0500 |
tree | e62e0699a7665e2467a7da167c975eb5074662fd | |
parent | a0a163586cf4b124002ce1cc764f0dd677887d09 [diff] |
twinstall: Force variable type Force the usage of variable type since it is different on the 32-bit devices. Use this commit to avoid the problem. bugs: bootable/recovery/twinstall.cpp:201:67: error: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'long long' [-Werror,-Wformat] LOGINFO("has_legacy_properties: mmap (size=%zu) failed: %s!\n", finfo.st_size, strerror(errno)); ~~~ ^~~~~~~~~~~~~ %lld Change-Id: Ie0c51a90490e0c069fff33884a9431a97361f5c6
Team Win Recovery Project (TWRP)
You can find a compiling guide here.