From d55f7ed9893bb74fb9d1f4cc84501928c0d52c46 Mon Sep 17 00:00:00 2001 From: Thomas Kuehne Date: Sun, 5 Dec 2021 13:40:43 +0100 Subject: Fixed -Wmissing-field-initializers warning Signed-off-by: Alan Coopersmith --- ULabel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ULabel.c b/ULabel.c index 4a84632..6f62638 100644 --- a/ULabel.c +++ b/ULabel.c @@ -153,6 +153,9 @@ UCSLabelClassRec ucsLabelClassRec = { /* Simple class fields initialization */ { /* change_sensitive */ XtInheritChangeSensitive +#ifndef OLDXAW + /* extension */ ,NULL +#endif }, /* UCSLabel class fields initialization */ { -- cgit v1.2.3