From 3370ea39fa730ec22e4a2f5496729543c96cc98b Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 4 Dec 2025 13:17:48 +1100 Subject: Feature [feature-requests:#1564]. Use vector to store FoldMaps as map is not nothrow default constructable. --- cppcheck.suppress | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cppcheck.suppress') 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 -- cgit v1.2.3