From cc400356244581365388088622fd154e7c713073 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 2 Feb 2017 10:20:30 +1100 Subject: Remove suppression no longer required by Cppcheck 1.77. --- cppcheck.suppress | 3 --- 1 file changed, 3 deletions(-) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index e6313e253..7a0b9cc01 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -8,9 +8,6 @@ useInitializationList // Some non-explicit constructors are used for conversions or are private to lexers 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 -- cgit v1.2.3