dvb-fe-tool: Fix two warnings
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 24 Jan 2012 19:54:29 +0000 (17:54 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 24 Jan 2012 19:54:29 +0000 (17:54 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
utils/dvb/dvb-fe-tool.c

index 6c633b7..c99621c 100644 (file)
@@ -18,7 +18,7 @@
  *
  */
 
-#include "dvb-fe.h"
+#include "dvb-file.h"
 #include <config.h>
 #include <argp.h>
 #include <stdlib.h>
@@ -53,8 +53,6 @@ static int delsys = 0;
 
 static error_t parse_opt(int k, char *arg, struct argp_state *state)
 {
-       int i;
-
        switch (k) {
        case 'a':
                adapter = atoi(arg);