aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-28 08:21:58 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-28 08:21:58 +1000
commit731550032428395d08ff082dc7bb4d2015d20c47 (patch)
tree98b69fd43cc741ca1cec83b4da792cdd812e9a79 /cppcheck.suppress
parentd4dae1a53854e953f241edf45b8885a2cf0e9ca0 (diff)
downloadscintilla-mirror-731550032428395d08ff082dc7bb4d2015d20c47.tar.gz
Removed suppression that is no longer needed.
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 79f62b891..e282ef68a 100644
--- a/cppcheck.suppress
+++ b/cppcheck.suppress
@@ -28,9 +28,6 @@ noExplicitConstructor
// MarginView access to all bits is safe and is better defined in later versions of C++
shiftTooManyBitsSigned:scintilla/src/MarginView.cxx
-// This is safe as it C++20 defines integers as 2's complement
-integerOverflow:scintilla\src\MarginView.cxx
-
// DLL entry points are unused inside Scintilla
unusedFunction:scintilla\win32\ScintillaDLL.cxx