mirror of
https://github.com/osm0sis/mkbootimg.git
synced 2026-07-01 17:14:33 +00:00
2020.05.18
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
Description
mkbootimg + unpackbootimg, forked and updated
8.1 MiB
Languages
C
99.1%
Makefile
0.9%