diff options
author | Neil <nyamatongwe@gmail.com> | 2018-04-04 16:21:09 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-04-04 16:21:09 +1000 |
commit | a6dd4eeab87d2562bd6280c594e01869e0bc4aa1 (patch) | |
tree | 8e54c0ee625433c6b081d784a4fcba19bbd3f30e /cppcheck.suppress | |
parent | c1886dc599e9d985abef06d8779cfc90478c9ebd (diff) | |
download | scintilla-mirror-a6dd4eeab87d2562bd6280c594e01869e0bc4aa1.tar.gz |
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.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 3 |
1 files changed, 0 insertions, 3 deletions
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
|