resolve compile errors lineage-18.1 lineage-19.1 lineage-20 lineage-21 lineage-22.0
authorJan Altensen <info@stricted.net>
Mon, 21 Jun 2021 22:10:19 +0000 (00:10 +0200)
committerJan Altensen <info@stricted.net>
Mon, 21 Jun 2021 22:10:19 +0000 (00:10 +0200)
Change-Id: Ia774e77708e947adbf8fb04065acc6efbbba5132

res_pack.cpp

index 817b0b02787178af2ddab601abd1d9d8a4389e36..152621410ae07fe31775ca86b7a97bb766807697 100644 (file)
@@ -436,9 +436,6 @@ static int _img_pack(const char** const path_src, const char* const packedImg,
 {
         FILE *fd_src = NULL;
         FILE *fd_dest = NULL;
-        unsigned int pos = 0;
-        char file_path[MAX_PATH];
-        const char *filename = NULL;
         unsigned imageSz = 0;
         const unsigned BufSz = ITEM_READ_BUF_SZ;
         char* itemBuf = NULL;
@@ -477,7 +474,6 @@ static int _img_pack(const char** const path_src, const char* const packedImg,
         }
         imageSz += HeadLen; //Increase imageSz after pack each item
         AmlResItemHead_t*       pItemHeadInfo           = (AmlResItemHead_t*)(aAmlResImgHead + 1);
-        AmlResItemHead_t* const pFirstItemHeadInfo      = pItemHeadInfo;
 
         debugP("item num %d\n", totalItemNum);
         //for each loop: first create item header and pack it, second pack the item data
@@ -610,7 +606,6 @@ static const char * const doc = "Amlogic `imgpack v3' usage:\n\
 int main(int argc, const char ** const argv)
 {
         int ret = 0;
-        int c = 0;
         const char* opt = argv[1];
 
         if(argc < 3) {