diff options
| author | Neil <nyamatongwe@gmail.com> | 2025-12-04 13:17:48 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2025-12-04 13:17:48 +1100 |
| commit | 3370ea39fa730ec22e4a2f5496729543c96cc98b (patch) | |
| tree | 748af799dbc015e1ef5cd93818be9b12f0bc820f /cppcheck.suppress | |
| parent | 2f9129b86903d5f0756217fa719d7f1d894acebf (diff) | |
| download | scintilla-mirror-3370ea39fa730ec22e4a2f5496729543c96cc98b.tar.gz | |
Feature [feature-requests:#1564]. Use vector to store FoldMaps as map is not
nothrow default constructable.
Diffstat (limited to 'cppcheck.suppress')
| -rw-r--r-- | cppcheck.suppress | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index b8483fedf..812b65277 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -47,6 +47,9 @@ constParameterPointer:scintilla/win32/ScintillaWin.cxx knownConditionTrueFalse:scintilla/src/Editor.cxx
knownConditionTrueFalse:scintilla/src/EditView.cxx
+// This makes no sense
+CastIntegerToAddressAtReturn:scintilla\src\DBCS.cxx
+
// G_DEFINE_TYPE is too complex to pass to cppcheck
unknownMacro:scintilla/gtk/PlatGTK.cxx
// G_END_DECLS
|
