osm0sis 8dd5b5b5c6 unpackbootimg: fix compile on NDK + Linux
unpackbootimg.c: In function 'detect_hash_type':
unpackbootimg.c:51:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
     for (int i = SHA_DIGEST_SIZE + 4; i < SHA256_DIGEST_SIZE; ++i) {
     ^
unpackbootimg.c:51:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
2020-05-18 17:22:53 -03:00
2020-05-18 15:34:52 -03:00
2013-10-21 20:29:30 -03:00
S
Description
mkbootimg + unpackbootimg, forked and updated
8.1 MiB
Languages
C 99.1%
Makefile 0.9%