1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Silence a warning about an unused argument.

This commit is contained in:
Tim J. Robbins 2004-06-27 16:58:56 +00:00
parent 8180b4573c
commit f0b4606f3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131201

View File

@ -233,7 +233,7 @@ needpos(size_t n)
}
int
b_cut(FILE *fp, const char *fname)
b_cut(FILE *fp, const char *fname __unused)
{
int ch, col;
char *pos;