Fix 2 unused parameter warnings in zipalign.
ZipFile parameter was not used and therefore can be removed. Bug: 26936282 Change-Id: Id2b6e693b40571b7e7486304a6effaedc1b3c940
This commit is contained in:
@@ -167,7 +167,7 @@ protected:
|
||||
* Initialize the structure with the contents of a ZipEntry from
|
||||
* another file.
|
||||
*/
|
||||
status_t initFromExternal(const ZipFile* pZipFile, const ZipEntry* pEntry);
|
||||
status_t initFromExternal(const ZipEntry* pEntry);
|
||||
|
||||
/*
|
||||
* Add some pad bytes to the LFH. We do this by adding or resizing
|
||||
|
Reference in New Issue
Block a user