Snippets for imagemagick 7.1.2-29 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/1cq8msr9gc45ldzwb3g5fd2ngxi2pahn-imagemagick-7.1.2-29.drv.
-
coders/uhdr.c:204:23: warning: implicit conversion from enumeration type 'enum uhdr_color_transfer' to different enumeration type 'uhdr_img_fmt_t' (aka 'enum uhdr_img_fmt') [-Wimplicit-enum-enum-cast] 204 | decoded_img_fmt = UHDR_CT_SRGB; | ~~~~~~~~~~~~~~~ ^~~~~~~~~~~~ -
coders/uhdr.c:1307:38: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1307 | ((double) image->rows > sqrt(MAGICK_SSIZE_MAX/3.0))) | ^~~~~~~~~~~~~~~~~ -
coders/uhdr.c:1306:41: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1306 | if (((double) image->columns > sqrt(MAGICK_SSIZE_MAX/3.0)) || | ^~~~~~~~~~~~~~~~~