From 12d263337e7fe6da9eab6a31b261c4cfe62f9f09 Mon Sep 17 00:00:00 2001 From: chenwk96 Date: Mon, 3 Jun 2024 14:11:03 +0800 Subject: [PATCH] update cppcheck. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 876da0d..a1d30a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,9 @@ cppcheck: --enable=warning,style,information,missingInclude \ --suppress=missingIncludeSystem \ --suppress=unmatchedSuppression \ + --suppress=useStlAlgorithm \ + --suppress=checkLevelNormal \ + --suppress=normalCheckLevelMaxBranches \ src/ test/ #