aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-04 16:21:09 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-04 16:21:09 +1000
commit1cd26e8ee9577099631a72836197afd101aaaff5 (patch)
tree351f1315f4577970747aa37d273c2f7fd84d1883 /cppcheck.suppress
parent27a277fe4bfeff302b3ad4752e59311ef6426193 (diff)
downloadscintilla-mirror-1cd26e8ee9577099631a72836197afd101aaaff5.tar.gz
Backport: 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. Backport of changeset 6670:cfe90078d684.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r--cppcheck.suppress3
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