Snippets for xcftools 1.0.7 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/59fyf6r3d86kg2ldh6q3xk0xgdss0m71-xcftools-1.0.7.drv.
-
xcfinfo.c:88:23: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long int'} [-Wformat=] 88 | printf("%c %dx%d%+d%+d %s %s", | ~~^ | | | int | %+ld -
xcfinfo.c:88:26: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long int'} [-Wformat=] 88 | printf("%c %dx%d%+d%+d %s %s", | ~~^ | | | int | %+ld -
xcf-general.c:191:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long int'} [-Wformat=] 191 | fprintf(stderr,("Width is too large (%d)! Stopping execution...\n"), (d->c.l + d->width)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long int} -
xcf-general.c:196:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long int'} [-Wformat=] 196 | fprintf(stderr,("Height is too large (%d)! Stopping execution...\n"), (d->c.t + d->height)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long int} -
xcf-general.c:131:7: warning: 'iconv_close' called on a pointer to an unallocated object '18446744073709551615' [-Wfree-nonheap-object] 131 | iconv_close(cd) ; /* Give up; perhaps iconv doesn't know UTF-8 */ | ^~~~~~~~~~~~~~~ -
flatspec.c:263:32: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long int'} [-Wformat=] 263 | fprintf(stderr,"%dx%d%+d%+d %s %s", | ~~^ | | | int | %+ld 264 | spec->layers[i].dim.width, spec->layers[i].dim.height, 265 | spec->layers[i].dim.c.l - spec->dim.c.l, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long int} -
flatspec.c:263:35: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long int'} [-Wformat=] 263 | fprintf(stderr,"%dx%d%+d%+d %s %s", | ~~^ | | | int | %+ld