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
Describe the bug
When setting up the network driver, the PC-RTEMS PSP is using string literals to assign char* data types. This triggers a warning when compiling with strict warnings.
To Reproduce
Build for PC-RTEMS using strict compiler settings, including -Wwrite-strings. Warnings are generated in cfe_psp_start.c.
Expected behavior
Should build cleanly.
System observed on:
Ubuntu 18.04 LTS 64-bit, building for i686-rtems 4.11 (pc-rtems)
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Describe the bug
When setting up the network driver, the PC-RTEMS PSP is using string literals to assign
char*
data types. This triggers a warning when compiling with strict warnings.To Reproduce
Build for PC-RTEMS using strict compiler settings, including
-Wwrite-strings
. Warnings are generated incfe_psp_start.c
.Expected behavior
Should build cleanly.
System observed on:
Ubuntu 18.04 LTS 64-bit, building for i686-rtems 4.11 (pc-rtems)
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: