* src/pdumper.c (dump_vectorlike): Avert compiler warning.
This commit is contained in:
parent
fb0198bf7e
commit
a7c16e73c0
1 changed files with 1 additions and 1 deletions
|
@ -3074,7 +3074,7 @@ dump_vectorlike (struct dump_context *ctx,
|
|||
break;
|
||||
}
|
||||
char msg[60];
|
||||
snprintf (msg, sizeof msg, "pseudovector type %d", ptype);
|
||||
snprintf (msg, sizeof msg, "pseudovector type %d", (int) ptype);
|
||||
error_unsupported_dump_object (ctx, lv, msg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue