I LOVE STATIC_CAST. I LOVE TYPING A LOT
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
parent
c434882e37
commit
69f4b6de06
@ -2434,7 +2434,7 @@ ReturnValue_t StarTrackerHandler::checkProgram() {
|
||||
}
|
||||
default:
|
||||
sif::warning << "StarTrackerHandler::checkProgram: Version set has invalid program ID "
|
||||
<< (int)versionSet.program.value << std::endl;
|
||||
<< static_cast<int>(versionSet.program.value) << std::endl;
|
||||
return INVALID_PROGRAM;
|
||||
}
|
||||
return returnvalue::OK;
|
||||
|
Loading…
Reference in New Issue
Block a user