Lint is dead - remove unnecessary cast to (void)

This commit is contained in:
sin 2015-10-04 16:48:05 +01:00
parent 0e2f509883
commit 3423752465
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ main(int argc, char *argv[])
ARGBEGIN { ARGBEGIN {
case 'v': case 'v':
/* ignore */ /* ignore */
(void)(EARGF(usage())); EARGF(usage());
break; break;
} ARGEND; } ARGEND;