X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/9b1663a5574182a66c6de8ad2fce7b3e4cbf277b..23bbea75793621e6b21fbb13c00d8223113cf7b5:/symm/des-mktab.c diff --git a/symm/des-mktab.c b/symm/des-mktab.c index 7dad026..aa01a9c 100644 --- a/symm/des-mktab.c +++ b/symm/des-mktab.c @@ -33,6 +33,7 @@ #include #include +#include /*----- Static variables --------------------------------------------------*/ @@ -120,7 +121,8 @@ static char p[32] = { * unique. */ -static int unique(const char *t, int base, int sz, const char *name, ...) +static int PRINTF_LIKE(4, 5) + unique(const char *t, int base, int sz, const char *name, ...) { char u[32]; char nbuf[128];