summaryrefslogtreecommitdiff
path: root/ULabel.c
diff options
context:
space:
mode:
authorThomas Kuehne <thomas@kuehne.cn>2021-12-05 13:40:43 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-05 16:34:25 -0700
commitd55f7ed9893bb74fb9d1f4cc84501928c0d52c46 (patch)
treefa441ff12b9a02dc36bdc3a17d89fdfa0ef89c8e /ULabel.c
parent3ef81a443a264c48f606dfedd47eb160822457fa (diff)
Fixed -Wmissing-field-initializers warning
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'ULabel.c')
-rw-r--r--ULabel.c3
1 files changed, 3 insertions, 0 deletions
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 */
{