X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libs%2Funzip%2Fcrypt.h;h=c7f16a5dcd074ef0cdcf6783d01ccee82448025b;hb=7032aafade78a792d76c5cacaccc7c79f4f64de4;hp=622f4bc2ec45de7c2916f64c22b7bfbc203f8809;hpb=a2b72dbb66f9efbff9ff85f04dca60824f0df9db;p=vlc diff --git a/libs/unzip/crypt.h b/libs/unzip/crypt.h index 622f4bc2ec..c7f16a5dcd 100644 --- a/libs/unzip/crypt.h +++ b/libs/unzip/crypt.h @@ -34,6 +34,7 @@ */ static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_32_tab) { + (void) pcrc_32_tab; unsigned temp; /* POTENTIAL BUG: temp*(temp^1) may overflow in an * unpredictable manner on 16-bit systems; not a problem * with any known compiler so far, though */