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
The integer truncation fixes by stoeckmann (eg. #96 and others) are easily detectable by gcc with the -Wconversion flag.
-Wconversion
At a glance there are 200+ instances, so we'll probably need a subset (int-conversion?) or slowly chip that diamond.
The text was updated successfully, but these errors were encountered:
evelikov
No branches or pull requests
The integer truncation fixes by stoeckmann (eg. #96 and others) are easily detectable by gcc with the
-Wconversion
flag.At a glance there are 200+ instances, so we'll probably need a subset (int-conversion?) or slowly chip that diamond.
The text was updated successfully, but these errors were encountered: