From 735b490e3e29c6ee2cce6a723f900a5394e38399 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 7 Dec 2023 09:28:42 +1100 Subject: Simplify substitution checks. Set global locale for llvm-mingw libc++. Add test for \w+ which currently fails for RESearch. --- cppcheck.suppress | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index 092de64ee..5e404b6df 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -85,6 +85,8 @@ 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