]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
iosize: fix gcc warning
authorKarel Zak <kzak@redhat.com>
Tue, 12 Apr 2011 10:37:57 +0000 (12:37 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 12 Apr 2011 10:37:57 +0000 (12:37 +0200)
isosize.c: In function ‘main’:
isosize.c:168:8: warning: unused variable ‘p’

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/isosize.c

index 7857a22a15e8d71889a46e2ae1355cd6c0cd7724..2bdc74a735737fa024640f5e375babe15ba130c9 100644 (file)
@@ -165,7 +165,6 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
 int
 main(int argc, char * argv[]) {
        int j, ct;
-       char *p;
 
        setlocale(LC_ALL, "");
        bindtextdomain(PACKAGE, LOCALEDIR);