From 62bbd7b078d0e03bad2a15886b8be1d745f7ad14 Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Mon, 8 May 2023 09:44:44 -0700 Subject: [PATCH] Correction to previous cppcheck suppression adjustment --- test/cppcheck_suppressions.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/cppcheck_suppressions.txt b/test/cppcheck_suppressions.txt index f223e83a8..8219ff304 100644 --- a/test/cppcheck_suppressions.txt +++ b/test/cppcheck_suppressions.txt @@ -69,8 +69,9 @@ noExplicitConstructor:seclang-parser.hh constParameter:seclang-parser.hh accessMoved:seclang-parser.hh -unreadVariable:rx.cc -unreadVariable:rx_global.cc +unreadVariable:src/operators/rx.cc +unreadVariable:src/operators/rx_global.cc + unusedFunction missingIncludeSystem