Skip to content
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

Fix warnings occurring with -Wall -Wextra #472

Closed
dmitriy-sobolev opened this issue Jan 10, 2022 · 1 comment
Closed

Fix warnings occurring with -Wall -Wextra #472

dmitriy-sobolev opened this issue Jan 10, 2022 · 1 comment
Assignees

Comments

@dmitriy-sobolev
Copy link
Contributor

There are three main types of issues:

  • unused (parameter, variable, lambda argument and so on)
  • deprecated-copy-with-user-provided-copy
  • sign-compare
@dmitriy-sobolev dmitriy-sobolev linked a pull request Jan 10, 2022 that will close this issue
@dmitriy-sobolev dmitriy-sobolev changed the title Fix issues occurring with -Wall -Wextra Fix warnings occurring with -Wall -Wextra Jan 11, 2022
@SergeyKopienko SergeyKopienko self-assigned this Sep 12, 2024
@SergeyKopienko
Copy link
Contributor

Fixed in #1845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants