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

build: disable "address-of-packed-member" compiler warnings #383

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

mogaika
Copy link
Collaborator

@mogaika mogaika commented Feb 1, 2024

This warning spammed a lot and mostly related to ip address alignment in packed structures which is part of VPP and we can't control it much. For now disable it, because spam of this warning makes it impossible to analyze other warnings which can be important.

This warning spammed a lot and mostly related to ip address alignment in
packed structures which is part of VPP and we can't control it much.
For now disable it, because spam of this warning makes it impossible to
analyze other warnings which has a lot of really important ones.
@mogaika mogaika marked this pull request as ready for review February 2, 2024 08:31
@mogaika mogaika requested a review from demo-exe as a code owner February 2, 2024 08:31
@korroot korroot added the test label Feb 5, 2024
@mogaika mogaika changed the title Disable "address-of-packed-member" compiler warnings build: disable "address-of-packed-member" compiler warnings Feb 5, 2024
@mogaika mogaika merged commit 40ca5d1 into master Feb 5, 2024
9 checks passed
@mogaika mogaika deleted the supress-alignment-warnings branch February 5, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants