Skip to content

Conversation

@luigix25
Copy link
Contributor

test_igvm and dump_igvm contained an unused function, unused variables and format specifier mismatch in printf.

No functional changes.

@luigix25 luigix25 requested a review from a team as a code owner December 15, 2025 16:09
@luigix25
Copy link
Contributor Author

Maybe it could be useful to add -Wall -Wextra to CFLAGS

@chris-oo
Copy link
Member

Did you want to add those to CFLAGS as part of this too?

@luigix25
Copy link
Contributor Author

luigix25 commented Dec 22, 2025

Did you want to add those to CFLAGS as part of this too?

I wanted to hear from you first! I found the warnings using those flags

@chris-oo
Copy link
Member

chris-oo commented Jan 5, 2026

I think it would be great to add those to CFLAGS (sorry about the long delay, back from the holidays). Want to do that in this PR as well? Thanks!

`test_igvm` and `dump_igvm` contained an unused function, unused
variables and format specifier mismatch in printf.

No functional changes.

Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
Add `Wall` and `Wextra` flags to CFLAGS.

Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
@luigix25
Copy link
Contributor Author

luigix25 commented Jan 7, 2026

I think it would be great to add those to CFLAGS (sorry about the long delay, back from the holidays). Want to do that in this PR as well? Thanks!

no worries! I added a new commit for the flags and rebased to latest main

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.

2 participants