We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c12a0a commit e9f5a62Copy full SHA for e9f5a62
1 file changed
Framework/test/testWorkflow.cxx
@@ -38,7 +38,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const&)
38
Outputs{
39
{ { "tst-data" }, "TST", "DATA" } },
40
AlgorithmSpec{
41
- [](ProcessingContext& pctx) {
+ [](ProcessingContext& /*pctx*/) {
42
usleep(100000);
43
// auto data = pctx.outputs().make<int>(OutputRef{ "tst-data" }, 1);
44
} }
0 commit comments