ideviceunback icon indicating copy to clipboard operation
ideviceunback copied to clipboard

make wrong

Open PengJiang520 opened this issue 3 years ago • 0 comments

make cc -Wall -g -c -o sha1.o sha1.c cc -Wall -g ideviceunback.c sha1.o -lsqlite3 -o ideviceunback ideviceunback.c:567:8: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] , m.inode ^~~~~~~ ideviceunback.c:573:8: warning: format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] , m.filelen

PengJiang520 avatar Jul 10 '22 01:07 PengJiang520