summaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/struct.c b/struct.c
index b00b7d9e..8446ba00 100644
--- a/struct.c
+++ b/struct.c
@@ -566,6 +566,7 @@ val super(val type, val idx)
static void struct_type_print(val obj, val out, val pretty, struct strm_ctx *c)
{
struct struct_type *st = coerce(struct struct_type *, obj->co.handle);
+ (void) pretty;
(void) c;
format(out, lit("#<struct-type ~s>"), st->name, nao);
}