From 2e1a82ff40193ea18d52f1fc30b60c4e9939f158 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Sat, 18 Apr 2026 12:55:27 +0200 Subject: [PATCH] afegit suppress a cppcheck --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6e4043..d70c6ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -373,6 +373,8 @@ if(CPPCHECK_EXE) --inline-suppr --suppress=missingIncludeSystem --suppress=toomanyconfigs + --suppress=*:*/source/external/* + --suppress=*:*/source/core/rendering/sdl3gpu/spv/* --quiet -I ${CMAKE_SOURCE_DIR}/source ${CPPCHECK_SOURCES}