Snippets for imagemagick 7.1.2.29 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/community/imagemagick/imagemagick-7.1.2.29-r1.log.
-
coders/bmp.c:1898:30: warning: self-comparison always evaluates to false [-Wtautological-compare] 1898 | if (((image->columns << 3) != (size_t) ((int) (image->columns << 3))) || | ^~ -
coders/bmp.c:1899:27: warning: self-comparison always evaluates to false [-Wtautological-compare] 1899 | ((image->rows << 3) != (size_t) ((int) (image->rows << 3)))) | ^~ -
coders/dib.c:1157:30: warning: self-comparison always evaluates to false [-Wtautological-compare] 1157 | if (((image->columns << 3) != (size_t) ((int) (image->columns << 3))) || | ^~ -
coders/dib.c:1158:27: warning: self-comparison always evaluates to false [-Wtautological-compare] 1158 | ((image->rows << 3) != (size_t) ((int) (image->rows << 3)))) | ^~ -
coders/svg.c:449:5: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] 449 | (void) rsvg_handle_write(svg_handle,buffer,(gsize) n,&error); | ^ -
coders/svg.c:458:3: warning: 'rsvg_handle_close' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] 458 | rsvg_handle_close(svg_handle,&error); | ^~~~~~~~~~~~~~~~~ -
coders/svg.c:467:3: warning: 'rsvg_handle_get_dimensions' is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations] 467 | rsvg_handle_get_dimensions(svg_handle,&dimension_info); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
coders/svg.c:484:7: warning: 'rsvg_handle_get_dimensions' is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations] 484 | rsvg_handle_get_dimensions(svg_handle,&dpi_dimension_info); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
coders/svg.c:590:7: warning: 'rsvg_handle_render_cairo' is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations] 590 | rsvg_handle_render_cairo(svg_handle,cairo_image); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
Q16HDRI.xs:1295:36: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type 'ssize_t *' {aka 'int *'} [-Wformat=] 1295 | items=sscanf(attribute,"%*[^[][%ld",&i); | ^~~~~~~~~~~~ ~~ | | | ssize_t * {aka int *}