Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minizip: fix build #12724

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

minizip: fix build #12724

wants to merge 1 commit into from

Conversation

tyler92
Copy link
Contributor

@tyler92 tyler92 commented Nov 15, 2024

[ 71%] Building C object CMakeFiles/minizip.dir/compat/unzip.c.o
/src/minizip-ng/compat/unzip.c:687:16: error: use of undeclared identifier 'Z_ERRNO'
  687 |         return UNZ_ERRNO;
      |                ^
/src/minizip-ng/compat/unzip.h:51:34: note: expanded from macro 'UNZ_ERRNO'
   51 | #define UNZ_ERRNO               (Z_ERRNO)
      |                                  ^
1 error generated.

https://oss-fuzz-build-logs.storage.googleapis.com/log-9d4da045-29d1-4b5f-b65b-1c3ac84b00a9.txt

Copy link

tyler92 is a new contributor to projects/minizip. The PR must be approved by known contributors before it can be merged. The past contributors are: DonggeLiu, nmoinvaz, inferno-chromium, devtty1er, Dor1s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant