From 2b366937159c5d45b05ebca076a7681a142620e9 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Thu, 2 May 2024 00:45:27 +0200 Subject: share/mk/: $CPPCHECKFLAGS: Add --check-level=exhaustive This avoids warnings of the form: ...: information: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. [normalCheckLevelMaxBranches] Signed-off-by: Alejandro Colomar --- share/mk/configure/build-depends/cppcheck/cppcheck.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/share/mk/configure/build-depends/cppcheck/cppcheck.mk b/share/mk/configure/build-depends/cppcheck/cppcheck.mk index bf0c57a45..2a5d84495 100644 --- a/share/mk/configure/build-depends/cppcheck/cppcheck.mk +++ b/share/mk/configure/build-depends/cppcheck/cppcheck.mk @@ -14,6 +14,7 @@ DEFAULT_CPPCHECKFLAGS := \ --enable=all \ --error-exitcode=2 \ --inconclusive \ + --check-level=exhaustive \ --quiet \ --suppressions-list=$(CPPCHECK_SUPPRESS) EXTRA_CPPCHECKFLAGS := -- cgit v1.2.3