mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unused vars to fix -Wunused issues
MFC after: 3 days Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
5fea45956e
commit
54ff563fb9
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ static off_t lengths[] = {0, 1, 2, 3, 4, 127, 128, 129, 511, 512, 513, 1023,
|
|||
static int lengths_count = sizeof(lengths) / sizeof(off_t);
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
main(void)
|
||||
{
|
||||
int error, fd, fds[2], i, read_only_fd;
|
||||
char path[PATH_MAX];
|
||||
|
|
|
|||
Loading…
Reference in a new issue