[hackers] [sbase] Lint is dead - remove unnecessary cast to (void) || sin

From: <git_AT_suckless.org>
Date: Sun, 4 Oct 2015 17:50:39 +0200 (CEST)

commit 3423752465a82b357421169f48baab98a3ba405f
Author: sin <sin_AT_2f30.org>
AuthorDate: Sun Oct 4 16:48:05 2015 +0100
Commit: sin <sin_AT_2f30.org>
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
_AT_@ -240,7 +240,7 @@ main(int argc, char *argv[])
         ARGBEGIN {
         case 'v':
                 /* ignore */
- (void)(EARGF(usage()));
+ EARGF(usage());
                 break;
         } ARGEND;
 
Received on Sun Oct 04 2015 - 17:50:39 CEST

This archive was generated by hypermail 2.3.0 : Sun Oct 04 2015 - 18:00:13 CEST