From 7c23127fa94e86d077d6b4098ab4e2379060d823 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 29 Sep 2025 10:11:01 +1000 Subject: Update suppressions for cppcheck 2.18. --- cppcheck.suppress | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index 7344a7ae3..d5a31b5e9 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -23,16 +23,10 @@ knownArgument:scintilla/src/SparseVector.h // cppcheck 2.11 can't find system headers on Win32. missingIncludeSystem -// cppcheck 2.11 limits checking of complex functions unless --check-level=exhaustive -checkLevelNormal:scintilla/src/Editor.cxx - // The cast converts from 'unsigned char ' to 'char' so isn't unused. // Redundant code: Found unused cast of expression 'leadByte' constStatement:scintilla/src/Document.cxx -// ILexer5* is not pointing at logically const -constParameterPointer:scintilla/src/Document.cxx - // Some non-explicit constructors are used for conversions or are private to lexers noExplicitConstructor -- cgit v1.2.3