From 2474283e071e350a423f9a8aec4972e14485a8aa Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Sat, 18 Apr 2026 12:28:19 +0200 Subject: [PATCH] afegit suppress a cppcheck --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e07487..cbcc8d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -382,6 +382,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}