Silence a warning about an unused argument.
This commit is contained in:
parent
8180b4573c
commit
f0b4606f3f
@ -233,7 +233,7 @@ needpos(size_t n)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
b_cut(FILE *fp, const char *fname)
|
b_cut(FILE *fp, const char *fname __unused)
|
||||||
{
|
{
|
||||||
int ch, col;
|
int ch, col;
|
||||||
char *pos;
|
char *pos;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user