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

Makefile.uk: Fix gcc specific warnings #51

Closed
wants to merge 1 commit into from
Closed

Makefile.uk: Fix gcc specific warnings #51

wants to merge 1 commit into from

Conversation

mbrdg
Copy link
Contributor

@mbrdg mbrdg commented May 11, 2023

Re-open after a force push to update the commit message.
Related to #50.

Signed-off-by: Miguel Rodrigues migb.rodrigues@gmail.com

Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good, thanks.

Reviewed-by: Stefan Jumarea stefanjumarea02@gmail.com

Copy link
Member

@eduardvintila eduardvintila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @mbrdg! This PR gets rid of the warnings, great job! However, it would be great if you could update the commit description with a message such as:

-Wno-restrict, Wno-unused-but-set-variable, -Wno-maybe-unitialized and -Wno-format-contains-nul are gcc-specific flags, so include them only when compiling with gcc and not with clang.

-Wno-restrict, Wno-unused-but-set-variable, -Wno-maybe-unitialized and
-Wno-format-contains-nul are gcc-specific flags, so include them only when
compiling with gcc and not with clang.

Signed-off-by: Miguel Rodrigues <migb.rodrigues@gmail.com>
@mbrdg
Copy link
Contributor Author

mbrdg commented May 11, 2023

Just added the description in the commit!

@razvand
Copy link
Contributor

razvand commented Jun 1, 2023

Just added the description in the commit!

Thanks, @mbrdg. @eduardvintila , could you please see if it's OK with you, so we can approve it?

@razvand razvand added the enhancement New feature or request label Jun 1, 2023
@razvand razvand added this to the v0.14.0 (Prometheus) milestone Jun 1, 2023
Copy link
Member

@eduardvintila eduardvintila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, thanks a lot for this, @mbrdg!

Reviewed-by: Eduard Vintilă eduard.vintila47@gmail.com

Copy link
Contributor

@razvand razvand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved-by: Razvan Deaconescu razvand@unikraft.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/merged enhancement New feature or request
Projects
Status: Done!
Development

Successfully merging this pull request may close these issues.

Fix unknown option warnings when building with clang
5 participants