Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information