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
Is your feature request related to a problem? Please describe.
/home/jhageman/cFS/cFS-GitHub/cfe/fsw/cfe-core/src/es/cfe_es_shell.c: In function 'CFE_ES_ShellOutputCommand':
/home/jhageman/cFS/cFS-GitHub/cfe/fsw/cfe-core/src/es/cfe_es_shell.c:178: error: cast increases required alignment of target type
/home/jhageman/cFS/cFS-GitHub/cfe/fsw/cfe-core/src/es/cfe_es_shell.c:179: error: cast increases required alignment of target type
/home/jhageman/cFS/cFS-GitHub/cfe/fsw/cfe-core/src/es/cfe_es_shell.c:208: error: cast increases required alignment of target type
/home/jhageman/cFS/cFS-GitHub/cfe/fsw/cfe-core/src/es/cfe_es_shell.c:209: error: cast increases required alignment of target type
Describe the solution you'd like
Resolve bug.
Describe alternatives you've considered
None.
Additional context
Other shell issues, #484, #84, etc.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Note that -Wcast-align was something we added recently, it never compiled cleanly on Vxworks/PPC. Whenever testing for vxworks I simply turned this warning off in the local build.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Resolve bug.
Describe alternatives you've considered
None.
Additional context
Other shell issues, #484, #84, etc.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: