Skip to content

Commit e9f5a62

Browse files
authored
Fix warning (#209)
1 parent 9c12a0a commit e9f5a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/test/testWorkflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const&)
3838
Outputs{
3939
{ { "tst-data" }, "TST", "DATA" } },
4040
AlgorithmSpec{
41-
[](ProcessingContext& pctx) {
41+
[](ProcessingContext& /*pctx*/) {
4242
usleep(100000);
4343
// auto data = pctx.outputs().make<int>(OutputRef{ "tst-data" }, 1);
4444
} }

0 commit comments

Comments
 (0)