Skip to content

Suppressing Compiler Warnings from F Prime Core #3225

Answered by LeStarch
astroesteban asked this question in Q&A
Discussion options

You must be logged in to vote

Yes there should be! Make sure you add new compiler flags after the following line in your project CMakeLists.txt:

fprime_setup_included_code()

If done afterwards those flags should only apply to your project code. e.g.

fprime_setup_included_code()

compile_options(...)
add_fprime_subdirectory(your subdirectory)
...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@astroesteban
Comment options

Answer selected by astroesteban
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants