aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/zap.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2013-01-01 13:28:27 -0500
committerTheodore Ts'o <tytso@mit.edu>2013-01-01 13:28:27 -0500
commite3507739e4185bdb2394928eb6479e48f4e690a8 (patch)
tree96606990005080b07170d45807c94a157600c027 /debugfs/zap.c
parent2508eaa71e8bbe93155052ded448e5e78d213715 (diff)
downloadandroid_external_e2fsprogs-e3507739e4185bdb2394928eb6479e48f4e690a8.tar.gz
android_external_e2fsprogs-e3507739e4185bdb2394928eb6479e48f4e690a8.tar.bz2
android_external_e2fsprogs-e3507739e4185bdb2394928eb6479e48f4e690a8.zip
Fix gcc -Wall nits
This fixes the last set of gcc -Wall complaints. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debugfs/zap.c')
-rw-r--r--debugfs/zap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/debugfs/zap.c b/debugfs/zap.c
index 3f3620b4..4a1afbe0 100644
--- a/debugfs/zap.c
+++ b/debugfs/zap.c
@@ -32,9 +32,7 @@ void do_zap_block(int argc, char *argv[])
ext2_ino_t inode;
errcode_t errcode;
blk64_t block;
- int retval;
char *file = NULL;
- char *in_file = NULL;
int c, err;
int offset = -1;
int length = -1;
@@ -171,14 +169,11 @@ errout:
void do_dump_block(int argc, char *argv[])
{
- unsigned long pattern = 0;
unsigned char *buf;
ext2_ino_t inode;
errcode_t errcode;
blk64_t block;
- int retval;
char *file = NULL;
- char *in_file = NULL;
int c, err, i, j;
int suppress = -1;