aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-01-31 09:53:23 +1100
committerNeil <nyamatongwe@gmail.com>2021-01-31 09:53:23 +1100
commit219092af51fa15d813a0374227ce9baf8d53d239 (patch)
treedd6ad9d4ce143292d1c3f3d6c42d00ee107da726 /cppcheck.suppress
parentff7d06eb195717f127200a95807d52c73249a912 (diff)
downloadscintilla-mirror-219092af51fa15d813a0374227ce9baf8d53d239.tar.gz
Remove suppressions that are not needed for Cppcheck 2.3.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r--cppcheck.suppress4
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