diff options
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index d10247b4b..930f2111e 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -12,14 +12,10 @@ useStlAlgorithm // Written with variable for consistency
knownArgument:scintilla/src/SparseVector.h
-knownArgument:scintilla/src/RESearch.cxx
// The two sections are for different purposes: C1 control set and UTF-8 invalid bytes
duplicateCondition:scintilla/src/Editor.cxx
-// Appears to not understand lambda
-knownConditionTrueFalse:scintilla/src/PerLine.cxx
-
// Some non-explicit constructors are used for conversions or are private to lexers
noExplicitConstructor
|