libs/zlib: fix implicit function declaration warning
authorPetr Štetiar <ynezz@true.cz>
Mon, 28 Mar 2022 06:41:54 +0000 (08:41 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 28 Mar 2022 07:27:56 +0000 (09:27 +0200)
commit3eb777e1807f52b51c812fe691b811da6af44d77
tree8853f53391a5044f54d375ea894b8d9ddd074188
parent8839a939ee7681f8ca42846d05ce19b3df1e55d5
libs/zlib: fix implicit function declaration warning

Fixes following warning:

 adler32.c:141:12: warning: implicit declaration of function 'NEON_adler32' [-Wimplicit-function-declaration]
   141 |     return NEON_adler32(adler, buf, len);

Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/libs/zlib/patches/001-neon-implementation-of-adler32.patch