Skip to content

Silence some compiler warnings that apparently have not come to light in our pipelines

Joseph Boudreau requested to merge (removed):LArSilenceCompilerWarnings into master

Forward declaration "class EMECData" --> "struct EMECData" to silence compiler warnings generated by Apple Clang 13.0.0 but are apparently unnoticed in our builds.

Merge request reports