From a6dd4eeab87d2562bd6280c594e01869e0bc4aa1 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 4 Apr 2018 16:21:09 +1000 Subject: Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. --- cppcheck.suppress | 3 --- 1 file changed, 3 deletions(-) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index 35b25eac5..edaaa7d36 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -15,9 +15,6 @@ unusedFunction:scintilla/qt/ScintillaEdit/ScintillaDocument.cpp // code legibility. passedByValue -// The three private methods DefWndProc, ScrollText, and ModifyScrollBars are called by superclasses -unusedPrivateFunction:scintilla/win32/ScintillaWin.cxx - // Suppress most lexer warnings since the lexers are maintained by others redundantCondition:scintilla/lexers/LexA68k.cxx useInitializationList:scintilla/lexers/LexAsm.cxx -- cgit v1.2.3