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 various compiler warnings #488

Merged
merged 9 commits into from
Oct 9, 2024
Merged

Fix various compiler warnings #488

merged 9 commits into from
Oct 9, 2024

Conversation

bluca
Copy link
Member

@bluca bluca commented Aug 9, 2024

The only ones left are those about the deprecated glib async functions, but there's quite a few of them

As suggested in strftime() manpage
We build with -std=c99 but for some reason these c90 warnings
still appear, ignore them
polkitimplicitauthorization.h:61: Warning: Polkit: out annotation takes at most one option, 2 given
warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
@bluca
Copy link
Member Author

bluca commented Oct 9, 2024

@jrybar-rh gentle ping - would be nice to make the compilation (a bit) quieter

@jrybar-rh jrybar-rh merged commit 94e2b54 into polkit-org:main Oct 9, 2024
33 checks passed
@bluca bluca deleted the warnings branch October 9, 2024 11:12
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.

3 participants