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

Implicit conversion loses precision #72

Closed
MacGritsch opened this issue Oct 4, 2016 · 1 comment
Closed

Implicit conversion loses precision #72

MacGritsch opened this issue Oct 4, 2016 · 1 comment
Labels
1.2 Related to older version of minizip 1.2 compilation Issues related to compiling source code fixed Issue or bug has been fixed

Comments

@MacGritsch
Copy link
Contributor

There are some warnings regarding implicit conversions:

aes/fileenc.c:70:20: Implicit conversion loses integer precision: 'unsigned long' to 'unsigned int'
aes/entropy.c:45:16: Implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int'
unzip.c:1269:51: Implicit conversion loses integer precision: 'uLong' (aka 'unsigned long') to 'int'
unzip.c:1269:82: Implicit conversion loses integer precision: 'unsigned long' to 'unsigned int'
unzip.c:1408:71: Implicit conversion loses integer precision: 'uLong' (aka 'unsigned long') to 'unsigned int'

@nmoinvaz
Copy link
Member

This should be fixed now in the dev branch.

@nmoinvaz nmoinvaz added 1.2 Related to older version of minizip 1.2 compilation Issues related to compiling source code fixed Issue or bug has been fixed labels Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.2 Related to older version of minizip 1.2 compilation Issues related to compiling source code fixed Issue or bug has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants