kuba--/zip

Warnings

Closed this issue · 1 comments

[ 64%] Building C object check/CMakeFiles/test_extract.out.dir/test_extract.c.o
cd /home/stefan/g/zip/build/check && /usr/bin/cc  -I/home/stefan/g/zip/src  -MD -MT check/CMakeFiles/test_extract.out.dir/test_extract.c.o -MF CMakeFiles/test_extract.out.dir/test_extract.c.o.d -o CMakeFiles/test_extract.out.dir/test_extract.c.o -c /home/stefan/g/zip/check/test_extract.c
In file included from /home/stefan/g/zip/check/test_extract.c:6:
/home/stefan/g/zip/check/test_extract.c: In function 'test_extract':
/home/stefan/g/zip/check/test_extract.c:81:46: warning: passing argument 2 of 'zip_entry_extract' from incompatible pointer type [-Wincompatible-pointer-types]
   mu_assert_int_eq(0, zip_entry_extract(zip, on_extract, &buf));
                                              ^~~~~~~~~~
/home/stefan/g/zip/check/minunit.h:97:5: note: in definition of macro 'MU__SAFE_BLOCK'
     block                                                                      \
     ^~~~~
/home/stefan/g/zip/check/test_extract.c:81:3: note: in expansion of macro 'mu_assert_int_eq'
   mu_assert_int_eq(0, zip_entry_extract(zip, on_extract, &buf));
   ^~~~~~~~~~~~~~~~
In file included from /home/stefan/g/zip/check/test_extract.c:4:
/home/stefan/g/zip/src/zip.h:348:28: note: expected 'size_t (*)(void *, uint64_t,  const void *, size_t)' {aka 'long unsigned int (*)(void *, long unsigned int,  const void *, long unsigned int)'} but argument is of type 'size_t (*)(void *, long long unsigned int,  const void *, size_t)' {aka 'long unsigned int (*)(void *, long long unsigned int,  const void *, long unsigned int)'}
                   size_t (*on_extract)(void *arg, uint64_t offset,
                   ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        const void *data, size_t size),
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/stefan/g/zip/check/test_extract.c:6:
/home/stefan/g/zip/check/test_extract.c:93:46: warning: passing argument 2 of 'zip_entry_extract' from incompatible pointer type [-Wincompatible-pointer-types]
   mu_assert_int_eq(0, zip_entry_extract(zip, on_extract, &buf));
                                              ^~~~~~~~~~
/home/stefan/g/zip/check/minunit.h:97:5: note: in definition of macro 'MU__SAFE_BLOCK'
     block                                                                      \
     ^~~~~
/home/stefan/g/zip/check/test_extract.c:93:3: note: in expansion of macro 'mu_assert_int_eq'
   mu_assert_int_eq(0, zip_entry_extract(zip, on_extract, &buf));
   ^~~~~~~~~~~~~~~~
In file included from /home/stefan/g/zip/check/test_extract.c:4:
/home/stefan/g/zip/src/zip.h:348:28: note: expected 'size_t (*)(void *, uint64_t,  const void *, size_t)' {aka 'long unsigned int (*)(void *, long unsigned int,  const void *, long unsigned int)'} but argument is of type 'size_t (*)(void *, long long unsigned int,  const void *, size_t)' {aka 'long unsigned int (*)(void *, long long unsigned int,  const void *, long unsigned int)'}
                   size_t (*on_extract)(void *arg, uint64_t offset,
                   ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        const void *data, size_t size),
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Thanks, I've updated the on_extract signature in test_extract.c