From 1eed8b92889f45f92c0c1ea72681805d17ec39b0 Mon Sep 17 00:00:00 2001 From: Eduardo Arias Date: Sun, 28 Apr 2024 22:19:43 -0300 Subject: [PATCH] Ignore cppcheck warnings: normalCheckLevelMaxBranches (Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.) --- test/cppcheck_suppressions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cppcheck_suppressions.txt b/test/cppcheck_suppressions.txt index 81d47b1d..d8e49257 100644 --- a/test/cppcheck_suppressions.txt +++ b/test/cppcheck_suppressions.txt @@ -1,3 +1,5 @@ +normalCheckLevelMaxBranches:* + // // Ignore libinjection related stuff. //