From 8b71eb6d6065ec233b5b40adb9c6b10407c73fee Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 7 Aug 2021 17:08:44 +1000 Subject: Changes for Cppcheck 2.5. Shift of unsigned to avoid too much shifting and overflow warnings. Remove condition that was always true. Remove suppressions no longer needed. --- cppcheck.suppress | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index e282ef68a..c1b047974 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -13,15 +13,6 @@ useStlAlgorithm // Written with variable for consistency knownArgument:scintilla/src/SparseVector.h -// This is an internal error in cppcheck -internalAstError:scintilla\src\PerLine.cxx - -// Treats boolean access as narrowing value: if (x) { if (x != ']') -knownConditionTrueFalse:scintilla\src\RESearch.cxx - -// cppcheck appears to be confused about bool versus pointer -identicalInnerCondition:scintilla\gtk\ScintillaGTKAccessible.cxx - // Some non-explicit constructors are used for conversions or are private to lexers noExplicitConstructor -- cgit v1.2.3