mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
Squash uninitialized variable compiler warning
This commit is contained in:
@@ -5643,6 +5643,7 @@ MagickPrivate void XFontBrowserWidget(Display *display,XWindows *windows,
|
||||
XGetWidgetInfo((char *) NULL,&north_info);
|
||||
XGetWidgetInfo((char *) NULL,&south_info);
|
||||
XGetWidgetInfo((char *) NULL,&expose_info);
|
||||
XGetWidgetInfo((char *) NULL,&selection_info);
|
||||
visible_fonts=0;
|
||||
delay=SuspendTime << 2;
|
||||
state=UpdateConfigurationState;
|
||||
|
||||
Reference in New Issue
Block a user