Skip to content

Commit 7b56b13

Browse files
committed
cppcoreguidelines-init-variables
1 parent a9d6917 commit 7b56b13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGDQ/Core/HistogramManager.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,8 @@ void HistogramManager::FillHistClass(const char* className, Float_t* values)
769769
TIter next(hList);
770770

771771
TObject* h = nullptr;
772-
bool isProfile;
773-
bool isTHn;
772+
bool isProfile = false;
773+
bool isTHn = false;
774774
int dimension = 0;
775775
bool isSparse = kFALSE;
776776
bool isFillLabelx = kFALSE;

0 commit comments

Comments
 (0)