We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed quite a lot of warnings in clang due to signed / unsigned integer comparison as well as structs that were forward declared as classes.
Would it be ok to submit a pull request which silences some of these ?
The text was updated successfully, but these errors were encountered:
That's fine, but you'll have to sign a CLA. It's probably easier if I just fix them.
Sorry, something went wrong.
It looks easier to sign the CLA than I thought.
Do you want to send me a PR with some example fixes, then do everything when those look ok?
Yes, my collegue @danielhlarkin already submitted some of our patches, I will send some more when I get the time
jmr
No branches or pull requests
I noticed quite a lot of warnings in clang due to signed / unsigned integer comparison as well as structs that were forward declared as classes.
Would it be ok to submit a pull request which silences some of these ?
The text was updated successfully, but these errors were encountered: