X Tutup
Skip to content

Updates verdor/zip from v0.1.19 to v0.3.5#2845

Draft
imsys wants to merge 3 commits intonesbox:mainfrom
imsys:update-zip
Draft

Updates verdor/zip from v0.1.19 to v0.3.5#2845
imsys wants to merge 3 commits intonesbox:mainfrom
imsys:update-zip

Conversation

@imsys
Copy link
Contributor

@imsys imsys commented Sep 18, 2025

no need for the -DCMAKE_POLICY_VERSION_MINIMUM=3.5 flag anymore.

no need for the -DCMAKE_POLICY_VERSION_MINIMUM=3.5 flag anymore.
due to:
zip/src/miniz.h:8503:30: error: comparison is always false due to
limited range of data type [-Werror=type-limits]
8503 |     if (((mz_uint64)buf_size > 0xFFFFFFFF) || (uncomp_size >
0xFFFFFFFF)) {
but with the -Wno-type-limits flag
@Kaleidosium
Copy link
Contributor

Kaleidosium commented Oct 21, 2025

@imsys FYI: I checked with a fork and it seems like it compiles without issue on Android now, since you've updated gradle. Could you set it as ready to review?

https://github.com/Kaleidosium/TIC-80/actions/runs/18674388665/job/53241315668

@Kaleidosium
Copy link
Contributor

Kaleidosium commented Feb 2, 2026

@imsys Any chance of marking this pull request as ready to review soon? zip has been updated to 0.3.6.

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.

2 participants

X Tutup