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

Hide C compiler warnings about unused items, explain some others #232

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

martinpitt
Copy link
Owner

These are numerous, but harmless -- that's just how Vala → C generation works. It takes attention away from the more interesting warnings.

Add explanation and bug reference for the others.

Fixes #226

These are numerous, but harmless -- that's just how Vala → C generation
works. It takes attention away from the more interesting warnings.

Add explanation and bug reference for the others.

Fixes #226
@martinpitt martinpitt merged commit 1c0098e into main Mar 3, 2024
36 of 39 checks passed
@martinpitt martinpitt deleted the warnings branch March 3, 2024 07:22
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.

Lots of Vala code compiler warnings about pointers
1 participant