Skip to content

Fix compiler warnings about shadowed variables.

Florian Uhlig requested to merge f.uhlig/data_tree:fix1 into master

Hi,

in the moment we are trying to reduce the number of compiler warnings in CbmRoot. During this process I stumbled across warnings which appear when compiling the CbmDataTreeInterface and which come from the usage of a header file from DataTree. The attached merge request fixes the compiler warnings.

I created the patch is based on the hash a99224d7 which is version currently used in CbmRoot. I could not use the current head since there are some changes which are conflicting with the current version of CbmDataTreeInterface.

Could you create a version of DataTree with the proposed changes which is not conflicting with the current version of CbmDataTreeInterface such that I can update CbmRoot to use this version.

Ciao

Florian

Merge request reports