We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da0e47 commit bb2a401Copy full SHA for bb2a401
fsw/cfe-core/src/es/cfe_es_perf.c
@@ -414,7 +414,9 @@ int32 CFE_ES_SetPerfTriggerMaskCmd(const CFE_ES_SetPerfTriggerMask_t *data)
414
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
415
void CFE_ES_PerfLogAdd(uint32 Marker, uint32 EntryExit)
416
{
417
+ #ifndef CFE_OMIT_DEPRECATED_6_6
418
int32 IntFlags;
419
+ #endif
420
421
if (Perf->MetaData.State != CFE_ES_PERF_IDLE) {
422
0 commit comments