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 build failure due to mismatched options #3

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

WallaceIT
Copy link
Contributor

Ifi the -Wformat-security option is specified without -Wformat, the compiler can throw a warning, which then becomes an error due to -Werror.

Add -Wformat to the compile options, retaining the original functionality while allowing the build to complete.

Ifi the -Wformat-security option is specified without -Wformat, the
compiler can throw a warning, which then becomes an error due to
-Werror.

Add -Wformat to the compile options, retaining the original
functionality while allowing the build to complete.

Signed-off-by: Francesco Valla <[email protected]>
@embetrix embetrix merged commit 6ad0a51 into embetrix:master Dec 7, 2024
2 checks passed
@embetrix
Copy link
Owner

embetrix commented Dec 7, 2024

@WallaceIT : thank you

@WallaceIT WallaceIT deleted the wformat_build_fix branch December 15, 2024 13:43
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