diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-05-28 08:21:58 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-05-28 08:21:58 +1000 | 
| commit | 731550032428395d08ff082dc7bb4d2015d20c47 (patch) | |
| tree | 98b69fd43cc741ca1cec83b4da792cdd812e9a79 | |
| parent | d4dae1a53854e953f241edf45b8885a2cf0e9ca0 (diff) | |
| download | scintilla-mirror-731550032428395d08ff082dc7bb4d2015d20c47.tar.gz | |
Removed suppression that is no longer needed.
| -rw-r--r-- | cppcheck.suppress | 3 | 
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
  | 
