cannot compile mlv_rec anymore due to mlv_dump-error:
lzma/LzmaEnc.c: In function ‘LzmaEnc_Alloc’:
lzma/LzmaEnc.c:1908:8: warning: variable ‘btMode’ set but not used [-Wunused-but-set-variable]
ar: creating lzma/lib7z.a
mlv_dump.c:78:1: warning: padding struct size to alignment boundary [-Wpadded]
mlv_dump.c: In function ‘main’:
mlv_dump.c:635:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat]
mlv_dump.c:1211:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ [-Wformat]
mlv_dump.c:1211:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat]
mlv_dump.c:1456:33: error: ‘struct raw_info’ has no member named ‘buffer’
mlv_dump.c:1537:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ [-Wformat]
make: *** [mlv_dump] Fehler 1
Tried with latest sources
Edgar