bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] Fix unused wariable warning


From: Petr Písař
Subject: [PATCH 2/2] Fix unused wariable warning
Date: Tue, 4 Dec 2012 13:59:22 +0100

---
 src/shar.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/shar.c b/src/shar.c
index 41a992c..962c687 100644
--- a/src/shar.c
+++ b/src/shar.c
@@ -2482,10 +2482,8 @@ main (int argc, char ** argv)
 
       if (intermixed_parameter_mode && (arg[0] == '-') && (arg[2] == NUL))
         {
-          int md = arg[1];
           switch (arg[1]) {
           case 'C':
-            md = 'Z';
             /* FALLTHROUGH */
           case 'B':
           case 'T':
-- 
1.7.11.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]