diff options
author | Thomas Kuehne <thomas@kuehne.cn> | 2021-12-05 13:40:43 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-05 16:34:25 -0700 |
commit | d55f7ed9893bb74fb9d1f4cc84501928c0d52c46 (patch) | |
tree | fa441ff12b9a02dc36bdc3a17d89fdfa0ef89c8e /ULabel.c | |
parent | 3ef81a443a264c48f606dfedd47eb160822457fa (diff) |
Fixed -Wmissing-field-initializers warning
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'ULabel.c')
-rw-r--r-- | ULabel.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -153,6 +153,9 @@ UCSLabelClassRec ucsLabelClassRec = { /* Simple class fields initialization */ { /* change_sensitive */ XtInheritChangeSensitive +#ifndef OLDXAW + /* extension */ ,NULL +#endif }, /* UCSLabel class fields initialization */ { |