You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Just noticed this after updating to android NDK r22; here is one of the several occurences that were reported:
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
The text was updated successfully, but these errors were encountered: