Files
android_bootable_recovery/minzip
Tianjie Xu 6629655476 Surpress warnings in minzip/Zip.c
bootable/recovery/minzip/Zip.c:514:5: warning: Value stored to 'compRemaining' is never read
    compRemaining = pEntry->compLen;
        ^               ~~~~~~~~~~~~~~~
  bootable/recovery/minzip/Zip.c:778:9: warning: Null pointer argument in call to memory copy function
    memcpy(p, helper->targetDir, helper->targetDirLen);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bug: 27229894
Change-Id: I0482bac3a4fcddc191783d1e5b5a83cf29fa4e85
2016-02-23 11:15:43 -08:00
..
2016-02-10 15:32:19 -08:00
2016-02-10 15:32:19 -08:00
2013-09-17 10:20:45 -07:00
2015-07-16 22:12:32 -07:00
2009-03-03 19:28:42 -08:00
2015-07-16 22:12:32 -07:00
2016-02-23 11:15:43 -08:00