Skip to content

Commit be8a20f

Browse files
authored
[PWGCF,Tutorial] Fix compilation warnings (#8389)
1 parent 278d0aa commit be8a20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tutorials/PWGCF/EventPlane/src/qVectorstutorial.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ struct qVectorstutorial {
161161
if (!SelEvent(collision)) {
162162
return;
163163
}
164-
for (auto i = 0; i < cfgnMods->size(); i++) {
164+
for (std::size_t i = 0; i < cfgnMods->size(); i++) {
165165
fillHistosQvec(collision, cfgnMods->at(i));
166166
fillHistosFlow(collision, tracks, cfgnMods->at(i));
167167
}

0 commit comments

Comments
 (0)