[PATCH 2/2] Fix unused wariable warning
Petr Písař <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
---
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