diff options
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
|