Skip to content

LArGeoEndcap: fix compiler warnings

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

Silence Wformat-truncation warning by using a data-type that results in max 3 characters (the previous used char can produce 4 characters for negative values).

Merge request reports