Snippets for imagemagick 7.1.2.27 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/ImageMagick/7.1.2.27/1.fc45/data/logs/i686/build.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); | ^~~~~~~~~~~~~~~~~~~~~~~~