From 63676f10bebea7a9d798ee64d7eb5e957cc85822 Mon Sep 17 00:00:00 2001 From: gtsoul-tech Date: Mon, 11 Nov 2024 10:51:45 +0200 Subject: [PATCH] supressing all errors on simde gitmodule --- cppcheck-suppression-list.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cppcheck-suppression-list.txt b/cppcheck-suppression-list.txt index aa7fedc6..db87b934 100644 --- a/cppcheck-suppression-list.txt +++ b/cppcheck-suppression-list.txt @@ -3,10 +3,11 @@ knownConditionTrueFalse:*Parser.rl knownConditionTrueFalse:*Parser.cpp variableScope:*Parser.rl unreadVariable:*control_verbs.cpp +*:simde/* assertWithSideEffect syntaxError internalError checkersReport missingInclude missingIncludeSystem -unmatchedSuppression +unmatchedSuppression \ No newline at end of file