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

Fix clang build error on Windows #280

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

exactly-one-kas
Copy link
Contributor

This fixes clang yelling about *tdefl_compressor_alloc() and tinfl_decompressor_alloc()

zip/src/miniz.h:4019:41: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
zip/src/miniz.h:4771:45: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]

@kuba-- kuba-- merged commit 9682501 into kuba--:master Oct 19, 2022
@kuba--
Copy link
Owner

kuba-- commented Oct 19, 2022

thanks

thabetx pushed a commit to Symbyo360/zip that referenced this pull request Sep 7, 2023
Co-authored-by: kas <exactly-one-kas@users.noreply.github.com>
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.

None yet

2 participants