From 361218f4984d429c1a518cb1dbd94612eab0ecaa Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 14 Dec 2023 14:44:11 +1100 Subject: Bug [#2405]. Fix regular expression bug in reverse direction where shortened match returned. --- cppcheck.suppress | 2 -- 1 file changed, 2 deletions(-) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index 5e404b6df..092de64ee 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -85,8 +85,6 @@ passedByValue // Checks for moves move to variables that are not read but the moved from is checked unreadVariable:scintilla/test/unit/*.cxx accessMoved:scintilla/test/unit/*.cxx -// Temporary code for test that fails -redundantAssignment:scintilla/test/unit/testDocument.cxx // cppcheck fails REQUIRE from Catch comparisonOfFuncReturningBoolError:scintilla/test/unit/*.cxx -- cgit v1.2.3