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