Skip to content

Commit

Permalink
eliminate compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 3, 2022
1 parent 349a176 commit a59642a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magick/xwindow.c
Original file line number Diff line number Diff line change
Expand Up @@ -5382,6 +5382,7 @@ MagickExport MagickBooleanType XMakeImage(Display *display,
assert(window != (XWindowInfo *) NULL);
assert(width != 0);
assert(height != 0);
magick_unreferenced(level);
if (IsEventLogging() != MagickFalse)
(void) LogMagickEvent(TraceEvent,GetMagickModule(),"...");
if ((window->width == 0) || (window->height == 0))
Expand Down

0 comments on commit a59642a

Please sign in to comment.