From ec6eb4ba32bf8009102b28f1e4c0d86dc133c5b2 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Wed, 29 Sep 2021 14:04:04 +1000 Subject: Feature [feature-requests:#1416] Shorten code and avoid cppcheck warning. --- cppcheck.suppress | 3 --- 1 file changed, 3 deletions(-) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index c1b047974..4524c66ed 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -22,9 +22,6 @@ shiftTooManyBitsSigned:scintilla/src/MarginView.cxx // DLL entry points are unused inside Scintilla unusedFunction:scintilla\win32\ScintillaDLL.cxx -// Doesn't see change: int x = 1; if (b) { x = y; } if (x > 3) { -knownConditionTrueFalse:scintilla\win32\PlatWin.cxx - // The styler parameter is not const as LexAccessor::operator[] is not const constParameter:scintilla/lexlib/StyleContext.cxx -- cgit v1.2.3