Silence a warning about an unused argument.
This commit is contained in:
parent
065e7a9c3a
commit
775fbabb11
@ -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