From 3d9611e085e27c1a4e1f9e93944bc8a2da61a4e9 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 22 Oct 2016 09:06:42 +1100 Subject: Suppress unused function warnings for API binding for Applications. --- cppcheck.suppress | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index 699aaa61c..e6313e253 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -11,6 +11,9 @@ noExplicitConstructor // cppcheck does not understand private methods can be called from static methods unusedPrivateFunction:scintilla/win32/PlatWin.cxx +// ScintillaDocument is providing an API and there are no consumers of the API inside Scintilla +unusedFunction:scintilla/qt/ScintillaEdit/ScintillaDocument.cpp + // The performance cost of by-value passing is often small and using a reference decreases // code legibility. passedByValue -- cgit v1.2.3