Skip to content

Commit c38a003

Browse files
committed
DPL: provide defaults for inputs and outputs
Silence a bunch of warnings when using aggregate initialization.
1 parent 41c8f04 commit c38a003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Framework/Core/include/Framework/DataProcessorSpec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ struct DataProcessorMetadata {
4040

4141
struct DataProcessorSpec {
4242
std::string name;
43-
Inputs inputs;
44-
Outputs outputs;
43+
Inputs inputs = {};
44+
Outputs outputs = {};
4545
AlgorithmSpec algorithm;
4646

4747
Options options = {};

0 commit comments

Comments
 (0)