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

Improve warning flags in builds #3319

Open
wants to merge 61 commits into
base: devel
Choose a base branch
from
Open

Conversation

bocchino
Copy link
Collaborator

@bocchino bocchino commented Mar 3, 2025

  • Update FPP version
  • Add default warning flags and make them consistent across the various builds (fprime, Ref, RPI, --ut)
  • Where a new warning breaks the compilation of a build module
    • Where feasible, improve the code to eliminate the warning
    • Otherwise turn off that warning for that build module

Closes #3289.

Future Work

  • In places where warnings are turned off, improve the code and then turn the warnings on

@bocchino bocchino requested a review from LeStarch March 5, 2025 01:26
@bocchino bocchino marked this pull request as ready for review March 5, 2025 01:26
@bocchino
Copy link
Collaborator Author

bocchino commented Mar 6, 2025

@LeStarch @thomas-bc I noticed that the googletest compilation trips -Wconversion on the F Prime development machine. Is there a way to disable -Wconversion for the googletest build?

@bocchino bocchino requested a review from thomas-bc March 6, 2025 17:47
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.

Improve the warning flags in the main F Prime build
1 participant