Skip to content

Treat all warnings as errors #138

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

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

quic-mtharu
Copy link
Contributor

This PR updates the build process to treat all warnings as errors by adding the -Werror flag to the compilation command.

Changes:

  • Updated the build command in the gitcompile script to include CFLAGS="-Werror".

Reason:

  • Ensuring that all warnings are treated as errors will help maintain high code quality and prevent potential issues from being overlooked.

Checklist:

  • Updated the build command
  • Tested the build process to ensure it fails on warnings
  • Updated documentation to reflect the change

- Added the `-Werror` flag to the build command to ensure all warnings are treated as errors.
- This change will help maintain code quality by preventing warnings from being ignored.

Signed-off-by: Tharun Kumar Merugu <[email protected]>
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.

1 participant