From 219092af51fa15d813a0374227ce9baf8d53d239 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 31 Jan 2021 09:53:23 +1100 Subject: Remove suppressions that are not needed for Cppcheck 2.3. --- cppcheck.suppress | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cppcheck.suppress') 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 -- cgit v1.2.3