diff options
author | Nils Wallménius <nils@rockbox.org> | 2008-05-19 14:54:06 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2008-05-19 14:54:06 +0000 |
commit | 69fc5ad48a5d8063cc0d94da8c1db5d141341dc5 (patch) | |
tree | fb01a7403dc4c13759e9c4b6454f458db98b2c72 | |
parent | a21004dee6e3963d18e2e27f993b8ae656a23599 (diff) |
Fix 2 warnings in mkboot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17583 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | tools/mkboot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/mkboot.c b/tools/mkboot.c index 4fd99e2ccd..ce743e9414 100644 --- a/tools/mkboot.c +++ b/tools/mkboot.c @@ -33,9 +33,7 @@ int main(int argc, char *argv[]) { char *infile, *bootfile, *outfile; FILE *f; - long pos; int i; - int file_length; int len; int actual_length, total_length, binary_length, num_chksums; int origin = 0x1f0000; /* H1x0 bootloader address */ |