-
Notifications
You must be signed in to change notification settings - Fork 404
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
surge-au: Implicit conversion loses integer precision #48
Comments
This warning goes away if you use size_t rather than int for tagIndex |
cool, sounds like your |
@baconpaul should i close this ticket, or does this warning still appear? |
Yeah I think I got this one. But there are others just like it in the codebass. Once my au fix is merged I may open a bigger issue to get Mac au warning free (which will require some -w flags but also some code changes) so perhaps close this now. Thanks!! |
closing for now |
Getting this
Value Conversion issue
onsurge-au/libs/xml/tinyxmlparser.cpp
line 928, with the bit of code sayingint tagIndex = tag->length();
shooting
The text was updated successfully, but these errors were encountered: