commit 3423752465a82b357421169f48baab98a3ba405f Author: sin <[email protected]> AuthorDate: Sun Oct 4 16:48:05 2015 +0100 Commit: sin <[email protected]> CommitDate: Sun Oct 4 16:49:59 2015 +0100
Lint is dead - remove unnecessary cast to (void)
diff --git a/getconf.c b/getconf.c
index a9a2217..7a96a0d 100644
--- a/getconf.c
+++ b/getconf.c
@@ -240,7 +240,7 @@ main(int argc, char *argv[])
ARGBEGIN {
case 'v':
/* ignore */
- (void)(EARGF(usage()));
+ EARGF(usage());
break;
} ARGEND;
