aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cppcheck.suppress3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress
index 4524c66ed..1e015d4ff 100644
--- a/cppcheck.suppress
+++ b/cppcheck.suppress
@@ -22,6 +22,9 @@ shiftTooManyBitsSigned:scintilla/src/MarginView.cxx
// DLL entry points are unused inside Scintilla
unusedFunction:scintilla\win32\ScintillaDLL.cxx
+// DLLMain is defined exactly as specified by Win32
+constParameter:scintilla\win32\ScintillaDLL.cxx
+
// The styler parameter is not const as LexAccessor::operator[] is not const
constParameter:scintilla/lexlib/StyleContext.cxx