Skip to content

Commit bb2a401

Browse files
committed
Add variable declaration to omit deprecated
1 parent 8da0e47 commit bb2a401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fsw/cfe-core/src/es/cfe_es_perf.c

+2
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ int32 CFE_ES_SetPerfTriggerMaskCmd(const CFE_ES_SetPerfTriggerMask_t *data)
414414
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
415415
void CFE_ES_PerfLogAdd(uint32 Marker, uint32 EntryExit)
416416
{
417+
#ifndef CFE_OMIT_DEPRECATED_6_6
417418
int32 IntFlags;
419+
#endif
418420

419421
if (Perf->MetaData.State != CFE_ES_PERF_IDLE) {
420422

0 commit comments

Comments
 (0)