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 Issue #706 #728

Merged
merged 3 commits into from
Sep 12, 2023
Merged

Fix Issue #706 #728

merged 3 commits into from
Sep 12, 2023

Conversation

NickBrighten
Copy link
Contributor

@NickBrighten NickBrighten commented Aug 25, 2023

Fixe Issue #706

Implicit conversion loses integer precision: 'unsigned long' to 'int32_t' (aka 'int') in line 124, 145 and 534
Implicit conversion loses integer precision: 'unsigned long' to 'uint32_t' (aka 'unsigned int') in line 599

Fixe Issue #706 for Line 534 - Implicit conversion loses integer precision: 'unsigned long' to 'int32_t' (aka 'int')
Fixe Issue #706 for Line 534 - Implicit conversion loses integer precision: 'unsigned long' to 'int32_t' (aka 'int')
Implicit conversion loses integer precision: 'unsigned long' to 'int32_t' (aka 'int') in line 124, 145 and 534

Implicit conversion loses integer precision: 'unsigned long' to 'uint32_t' (aka 'unsigned int') in line 599
@NickBrighten NickBrighten changed the title Issue #706 - Part Fixes Issue #706 Aug 26, 2023
@NickBrighten NickBrighten changed the title Issue #706 Fix Issue #706 Aug 26, 2023
@nmoinvaz nmoinvaz changed the base branch from master to develop August 30, 2023 19:37
@nmoinvaz nmoinvaz merged commit 42aa455 into zlib-ng:develop Sep 12, 2023
29 checks passed
@nmoinvaz nmoinvaz added the warning fix Compiler warning silencing label Sep 12, 2023
@nmoinvaz
Copy link
Member

Thanks!

@NickBrighten
Copy link
Contributor Author

NickBrighten commented Sep 29, 2023

not for that - your welcome :-)

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

Successfully merging this pull request may close these issues.

2 participants