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
prefix.c:1273:12: style: Redundant initialization for 'maxoff'. The initialized value is overwritten before it is read. [redundantInitialization] maxoff = entryvec->n - 1; ^ prefix.c:1260:25: note: maxoff is initialized OffsetNumber maxoff = entryvec->n - 1; ^ prefix.c:1273:12: note: maxoff is overwritten maxoff = entryvec->n - 1; ^
The text was updated successfully, but these errors were encountered:
are you able to make a PR?
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: