summaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/struct.c b/struct.c
index bfa6acbd..7517b8dd 100644
--- a/struct.c
+++ b/struct.c
@@ -349,6 +349,8 @@ val make_struct_type(val name, val super,
call_stinitfun_chain(st, stype);
+ uw_purge_deferred_warning(cons(struct_type_s, name));
+
return stype;
}
}