Skip to content

Commit 3ef3c0e

Browse files
committed
[alf] Suppress uninitialized error
1 parent 1048215 commit 3ef3c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/Alf.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Alf : public AliceO2::Common::Program
8585
}
8686

8787
// Parse the default SWT word size
88-
SwtWord::Size swtWordSize;
88+
SwtWord::Size swtWordSize = SwtWord::Size::Low;
8989
try {
9090
swtWordSize = SwtWord::sizeFromString(mOptions.swtWordSize);
9191
} catch (const ParseException& e) {

0 commit comments

Comments
 (0)