From 194c8187f90b4dcbbe14ecce031670d8688e0a6b Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Thu, 14 May 2026 16:27:53 +0200 Subject: [PATCH] afegit suppress de cppcheck per a external/ i spv/ --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c94791..66165b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -390,6 +390,8 @@ if(CPPCHECK_EXE) --inline-suppr --suppress=missingIncludeSystem --suppress=toomanyconfigs + --suppress=*:*/source/external/* + --suppress=*:*/source/core/rendering/sdl3gpu/spv/* -D_DEBUG -DLINUX_BUILD --quiet