Mark argc as __unused to silence GCC.
This commit is contained in:
parent
6ecf0c65a7
commit
330e4e0592
@ -76,7 +76,7 @@ static int ttywidth(void);
|
|||||||
static void usage(void);
|
static void usage(void);
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc __unused, char *argv[])
|
||||||
{
|
{
|
||||||
long cols, i, inc, j, margin, nstops, stops[NSTOPS];
|
long cols, i, inc, j, margin, nstops, stops[NSTOPS];
|
||||||
const char *cr, *ct, *st, *ML;
|
const char *cr, *ct, *st, *ML;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user