Silence a warning about an unused argument.
This commit is contained in:
parent
eeb6bbb4fc
commit
46e11a46e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user