aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-08-07 17:08:44 +1000
committerNeil <nyamatongwe@gmail.com>2021-08-07 17:08:44 +1000
commit8b71eb6d6065ec233b5b40adb9c6b10407c73fee (patch)
tree7ea820d3c27e24477438fa0c53a423868e812d52 /cppcheck.suppress
parent334c795c94f69a827ac2da6acd8e9ff227a18767 (diff)
downloadscintilla-mirror-8b71eb6d6065ec233b5b40adb9c6b10407c73fee.tar.gz
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.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r--cppcheck.suppress9
1 files changed, 0 insertions, 9 deletions
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