From 6f1e5d71af3953e8e65121bf9b40b8c6c42ba523 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 17 Feb 2022 21:56:04 +1100 Subject: Suppress cppcheck warnings where it doesn't undertand changing dropWentOutside in called methods. --- cppcheck.suppress | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index 1e015d4ff..9b78f1309 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -31,6 +31,10 @@ constParameter:scintilla/lexlib/StyleContext.cxx // ScintillaDocument is providing an API and there are no consumers of the API inside Scintilla unusedFunction:scintilla/qt/ScintillaEdit/ScintillaDocument.cpp +// Doesn't understand changing dropWentOutside in Editor +knownConditionTrueFalse:scintilla/qt/ScintillaEditBase/ScintillaQt.cpp +knownConditionTrueFalse:scintilla/win32/ScintillaWin.cxx + // moc_ files show #error as they are not built with standard context preprocessorErrorDirective:scintilla/qt/*.cpp -- cgit v1.2.3