aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
diff options
context:
space:
mode:
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r--cppcheck.suppress4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress
index 28f4c2792..fff03ef74 100644
--- a/cppcheck.suppress
+++ b/cppcheck.suppress
@@ -35,6 +35,10 @@ knownConditionTrueFalse:scintilla/win32/ScintillaWin.cxx
// This is a weird ABI hack and shouldn't be changed
unusedStructMember:scintilla/gtk/PlatGTK.cxx
+// Have no way of testing ScintillaEdit so don't fix even simple warnings
+cstyleCast:scintilla/qt/ScintillaEdit/ScintillaEdit.cpp
+shadowFunction:scintilla/qt/ScintillaEdit/ScintillaEdit.cpp
+
// moc_ files show #error as they are not built with standard context
preprocessorErrorDirective:scintilla/qt/*.cpp