silence format warning more reliably

This commit is contained in:
Quentin Carbonneaux 2023-03-16 16:22:11 +01:00
parent 6f45894c7f
commit 011dfc839d
6 changed files with 15 additions and 5 deletions

1
all.h
View file

@ -458,6 +458,7 @@ void freeall(void);
void *vnew(ulong, size_t, Pool);
void vfree(void *);
void vgrow(void *, ulong);
void fmt(char *, char *, ...);
uint32_t intern(char *);
char *str(uint32_t);
int argcls(Ins *, int);