From e368aa4fe8f4cde1ff96232c4fa2057d91347a32 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 5 Jul 2022 09:41:44 +1000 Subject: Suppress warnings for ScintillaEdit as have no way to test it. --- cppcheck.suppress | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cppcheck.suppress') 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 -- cgit v1.2.3