diff options
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 2 |
1 files changed, 0 insertions, 2 deletions
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
|