Silence some pedantic compiler warnings.
This commit is contained in:
parent
3f4419b177
commit
156ca03b67
@ -263,7 +263,6 @@ int PackVmlinuzI386::decompressKernel()
|
||||
for (;;)
|
||||
{
|
||||
klen = -1;
|
||||
fd = -1;
|
||||
fd_pos = -1;
|
||||
// open
|
||||
fi->seek(gzoff, SEEK_SET);
|
||||
@ -846,7 +845,6 @@ int PackVmlinuzARMEL::decompressKernel()
|
||||
for (;;)
|
||||
{
|
||||
klen = -1;
|
||||
fd = -1;
|
||||
fd_pos = -1;
|
||||
// open
|
||||
fi->seek(gzoff, SEEK_SET);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user