I LOVE STATIC_CAST. I LOVE TYPING A LOT
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2024-02-27 10:55:53 +01:00
parent c434882e37
commit 69f4b6de06
1 changed files with 1 additions and 1 deletions

View File

@ -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;