diff options
author | Neil <nyamatongwe@gmail.com> | 2022-07-05 09:41:44 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-07-05 09:41:44 +1000 |
commit | e368aa4fe8f4cde1ff96232c4fa2057d91347a32 (patch) | |
tree | ec3f2b7d8df83ddc14981c25549f50811dc59fbc | |
parent | 01a7267cedd51d72bebb79a3ebe017541f0a3d12 (diff) | |
download | scintilla-mirror-e368aa4fe8f4cde1ff96232c4fa2057d91347a32.tar.gz |
Suppress warnings for ScintillaEdit as have no way to test it.
-rw-r--r-- | cppcheck.suppress | 4 |
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
|