From c86e0203122e4a2d5ce4700a1ac3acfa695cc815 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Thu, 14 May 2026 16:27:51 +0200 Subject: [PATCH] afegit suppress de cppcheck per a spv/ --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c3958c..3fccc76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -266,6 +266,7 @@ if(CPPCHECK_EXE) --suppress=missingIncludeSystem --suppress=toomanyconfigs --suppress=*:*/source/external/* + --suppress=*:*/source/core/rendering/sdl3gpu/spv/* --quiet -I ${CMAKE_SOURCE_DIR}/source ${CPPCHECK_SOURCES}