diff --git a/src/trace/trace.c b/src/trace/trace.c index e7a5053b6..2afe926db 100644 --- a/src/trace/trace.c +++ b/src/trace/trace.c @@ -379,6 +379,7 @@ static int trace_filter_update_global(int32_t log_level, uint32_t uuid_id) struct tr_ctx *end = (struct tr_ctx *)&_trace_ctx_end; /* iterate over global `tr_ctx` entries located in their own section */ + /* cppcheck-suppress comparePointers */ while (ptr < end) { /* * when looking for specific uuid element,