]> git.eshelyaron.com Git - emacs.git/commit
Fix unused macro build warning in image.c
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 13 Feb 2021 14:51:48 +0000 (14:51 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 14 Feb 2021 12:29:25 +0000 (12:29 +0000)
commitc4cc80e1fbbfb50486c6ce360f2d68e96fc45887
tree26ba27a5d73f417112474c10a94a7e0037f754c3
parent175ebb010477ff0e174fe5145154397f43dee2d2
Fix unused macro build warning in image.c

* src/image.c
[HAVE_PGTK] (DONT_CREATE_TRANSFORMED_IMAGEMAGICK_IMAGE): Define only
if HAVE_IMAGEMAGICK is also defined, as it is otherwise
unused (bug#46491).
(image_set_transform): Reduce nesting of preprocessor conditionals.
src/image.c