We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ebed2 commit 0ea1124Copy full SHA for 0ea1124
2 files changed
cli/threadexecutor.cpp
@@ -316,7 +316,7 @@ void ThreadExecutor::reportErr(const ErrorLogger::ErrorMessage &/*msg*/)
316
317
}
318
319
-void ThreadExecutor::reportInfo(const ErrorLogger::ErrorMessage &msg)
+void ThreadExecutor::reportInfo(const ErrorLogger::ErrorMessage &/*msg*/)
320
{
321
322
test/testrunner.cpp
@@ -20,7 +20,7 @@
20
#include "testsuite.h"
21
#include "options.h"
22
23
-int main(int argc, const char *argv[])
+int main(int argc, char *argv[])
24
25
options args(argc, argv);
26
0 commit comments