From 731550032428395d08ff082dc7bb4d2015d20c47 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 28 May 2021 08:21:58 +1000 Subject: Removed suppression that is no longer needed. --- cppcheck.suppress | 3 --- 1 file changed, 3 deletions(-) (limited to 'cppcheck.suppress') 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 -- cgit v1.2.3