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
CS has several unreachable lines of code and branch conditions.
Unreachable code and branch in CS_AppMain lines 280 - 287:
CS_CreateRestoreStatesFromCDS always returns CFE_SUCCESS.
Unreachable branch in cs_utils.c:CS_BackgroundEeprom line 709:
CurrentEntryInTable is always CS_MAX_NUM_EEPROM_TABLE_ENTRIES when CS_FindEnabledEepromEntry returns false.
Unreachable branches in cs_utils.c:CS_HandleRoutineTableUpdates lines 1037, 1061, 1086:
ErrorCode is always CFE_SUCCESS due to initialization.
Imported from GSFCCFS-1730
The text was updated successfully, but these errors were encountered:
CS has several unreachable lines of code and branch conditions.
Unreachable code and branch in CS_AppMain lines 280 - 287:
CS_CreateRestoreStatesFromCDS always returns CFE_SUCCESS.
Unreachable branch in cs_utils.c:CS_BackgroundEeprom line 709:
CurrentEntryInTable is always CS_MAX_NUM_EEPROM_TABLE_ENTRIES when CS_FindEnabledEepromEntry returns false.
Unreachable branches in cs_utils.c:CS_HandleRoutineTableUpdates lines 1037, 1061, 1086:
ErrorCode is always CFE_SUCCESS due to initialization.
Imported from GSFCCFS-1730
The text was updated successfully, but these errors were encountered: