diff options
Diffstat (limited to 'cppcheck.suppress')
| -rw-r--r-- | cppcheck.suppress | 6 |
1 files changed, 0 insertions, 6 deletions
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
|
