Skip to content

Commit 256939a

Browse files
authored
[PWGCF] Fix compilation warnings (#8952)
1 parent 9d56435 commit 256939a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/TableProducer/zdcQVectors.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ struct ZdcQVectors {
466466
} else if (hist->InheritsFrom("TProfile")) {
467467
TProfile* h = reinterpret_cast<TProfile*>(hist);
468468
TString name = h->GetName();
469-
int bin;
469+
int bin{};
470470
if (name.Contains("mean_vx"))
471471
bin = h->GetXaxis()->FindBin(v[0]);
472472
if (name.Contains("mean_vy"))

0 commit comments

Comments
 (0)