diff options
author | Zufu Liu <unknown> | 2023-12-07 09:28:42 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2023-12-07 09:28:42 +1100 |
commit | 735b490e3e29c6ee2cce6a723f900a5394e38399 (patch) | |
tree | 35935da7634b7d12247c8ada03d7add1e4cac003 /cppcheck.suppress | |
parent | 53d83fb203491b773be90debb96c6ae6381d4cce (diff) | |
download | scintilla-mirror-735b490e3e29c6ee2cce6a723f900a5394e38399.tar.gz |
Simplify substitution checks.
Set global locale for llvm-mingw libc++.
Add test for \w+ which currently fails for RESearch.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 2 |
1 files changed, 2 insertions, 0 deletions
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
|