Skip to content

Fix a possible uninitialized variable warning

Adam Edward Barton requested to merge abarton/Gaudi:fixAval into master

Trying to locate the cause of an uninitialized variable warning it was suggested that this variable could be the culprit. See ATR-22381

Even if it isn't, there isn't any harm in initializing it I presume.

Merge request reports