Skip to content

Commit 16405b1

Browse files
committed
Revert "gui/test/resultstree/testresultstree.cpp: suppress functionStatic and functionConst selfcheck warnings"
This reverts commit 682a3d7.
1 parent aa720eb commit 16405b1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

gui/test/resultstree/testresultstree.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ class TestReport : public Report {
6666
QString output;
6767
};
6868

69-
// cppcheck-suppress-begin [functionStatic,functionConst]
7069
// Mock GUI...
7170
ProjectFile::ProjectFile(QObject *parent) : QObject(parent) {}
7271
ProjectFile *ProjectFile::mActiveProject;
@@ -116,7 +115,6 @@ void ThreadResult::reportOut(const std::string & /*unused*/, Color /*unused*/) {
116115
void ThreadResult::reportErr(const ErrorMessage & /*unused*/) {
117116
throw 1;
118117
}
119-
// cppcheck-suppress-end [functionStatic,functionConst]
120118

121119
// Test...
122120

0 commit comments

Comments
 (0)