diff options
author | Zufu Liu <unknown> | 2021-09-29 14:04:04 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2021-09-29 14:04:04 +1000 |
commit | ec6eb4ba32bf8009102b28f1e4c0d86dc133c5b2 (patch) | |
tree | c7c900c3be5567471a99129df95391af7687ca01 /cppcheck.suppress | |
parent | b223a152d5da7907fa7e8513b107a9cb750c9d5d (diff) | |
download | scintilla-mirror-ec6eb4ba32bf8009102b28f1e4c0d86dc133c5b2.tar.gz |
Feature [feature-requests:#1416] Shorten code and avoid cppcheck warning.
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 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
|