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 from 'unsigned int' to 'float' #92

Open
tellypresence opened this issue Dec 22, 2020 · 0 comments
Open

Implicit conversion from 'unsigned int' to 'float' #92

tellypresence opened this issue Dec 22, 2020 · 0 comments

Comments

@tellypresence
Copy link

tellypresence commented Dec 22, 2020

Just noticed this after updating to android NDK r22; here is one of the several occurences that were reported:

DevIL/DevIL/src-IL/src/il_convert.cpp:766:57:
error: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 
[-Werror,-Wimplicit-const-int-float-conversion]

Not a show stopper as this is easy to downgrade to warning, but would be nice to deal with it in a future modernization sprint

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

No branches or pull requests

1 participant