From ca42c2c9d473602c7e2371f65fe3d5b8cd5404fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gil=20de=20G=C3=B3mez=20P=C3=A9rez?= Date: Wed, 12 Aug 2026 13:54:19 +0300 Subject: [PATCH] Update: Using C++26 with contracts enabled --- cppcheck/suppressions.txt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 cppcheck/suppressions.txt diff --git a/cppcheck/suppressions.txt b/cppcheck/suppressions.txt deleted file mode 100644 index 3de5ad3..0000000 --- a/cppcheck/suppressions.txt +++ /dev/null @@ -1,8 +0,0 @@ -# Suppress Cppcheck noise for this GCC 16 / C++26 project. -# -# The CLion Cppcheck plugin analyzes headers in isolation and often reports -# false positives (missing system includes, GCC libstdc++ syntax errors). -# Prefer: cmake --build build --target cppcheck_modules - -missingIncludeSystem -syntaxError