aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cppcheck.suppress4
1 files changed, 3 insertions, 1 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress
index 092de64ee..bd24b3ff1 100644
--- a/cppcheck.suppress
+++ b/cppcheck.suppress
@@ -27,12 +27,14 @@ constStatement:scintilla/src/Document.cxx
// ILexer5* is not pointing at logically const
constParameterPointer:scintilla/src/Document.cxx
+// Doesn't seem to understand that values change in loops
+knownConditionTrueFalse:scintilla/src/Document.cxx
+
// Some non-explicit constructors are used for conversions or are private to lexers
noExplicitConstructor
// MarginView access to all bits is safe and is better defined in later versions of C++
shiftTooManyBitsSigned:scintilla/src/MarginView.cxx
-integerOverflow:scintilla/src/MarginView.cxx
// DLL entry points are unused inside Scintilla
unusedFunction:scintilla/win32/ScintillaDLL.cxx