From 2801d65bcaa2fe0c13ca44ebb8a0cd467d728154 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 9 Oct 2021 09:42:47 +1100 Subject: Suppress unwanted warning from Cppcheck 2.6. --- cppcheck.suppress | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cppcheck.suppress') 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 -- cgit v1.2.3