You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -Wcast-align=strict option only works with certain versions of gcc.
This moves it to the "native" custom options, so it will not be used on
cross builds.
Is your feature request related to a problem? Please describe.
Now that CI is upgraded to Ubuntu20, would be good to enforce strict cast alignment
Describe the solution you'd like
Update the cast-align line to read:
-Wcast-align=strict
in https://github.com/nasa/cFE/blob/main/cmake/sample_defs/arch_build_custom.cmakeDescribe alternatives you've considered
None
Additional context
Note it's fully compliant w/ this flag right now based on fixes done during Draco, but should enforce to avoid future issues.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: