Skip to content

CollectionUtilities: workaround cppcheck false positive

Frank Winklmeier requested to merge fwinkl/athena:collutils into main

cppcheck claims uninitialized variables in the constructor despite them being initialized there. Giving them defaults seems to fix this.

Relates to ATLINFR-5449.

cc @ssnyder @sroe

Edited by Frank Winklmeier

Merge request reports