libdtwidget: resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-20 23:56:17 +00:00
committed by Jon Trulson
parent 182aa9fe5a
commit 37e03a1820
5 changed files with 7 additions and 7 deletions

View File

@@ -1784,7 +1784,7 @@ extractFontMetrics(
XmFontListEntry next_entry;
XmFontType type_return = XmFONT_IS_FONT;
XtPointer tmp_font;
XFontStruct *font;
XFontStruct *font = NULL;
Boolean have_font_struct = False;
Boolean have_font_set = False;
Boolean use_font_set = False;