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

various C linting #701

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

various C linting #701

wants to merge 1 commit into from

Conversation

vassilit
Copy link
Collaborator

@vassilit vassilit commented Mar 5, 2025

  • add a check for a truncated path (PATH_MAX is indicative only, the real maximum length of a path is file-system dependent)
  • remove an unused variable
  • add some static and const
  • simplify header path
  • add IWYU to scons

- add a check for a truncated path (PATH_MAX is indicative only)
- remove an unused variable
- add some static and const
- simplify header path
- add IWYU to scons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant