Silence some pedantic compiler warnings.

This commit is contained in:
Markus F.X.J. Oberhumer 2016-09-25 23:48:04 +02:00
parent 3f4419b177
commit 156ca03b67

View File

@ -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);