From 27e9471e2b364449ea9daeca0eb666814496d86e Mon Sep 17 00:00:00 2001 From: Jan Willamowius Date: Mon, 20 Jan 2025 13:55:27 +0100 Subject: [PATCH] more suppressions --- cppcheck.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cppcheck.cfg b/cppcheck.cfg index 917d4c59..a9c82899 100644 --- a/cppcheck.cfg +++ b/cppcheck.cfg @@ -6,4 +6,10 @@ unknownMacro + +missingOverride + + +missingIncludeSystem +