cppcheck: Misc defects reported by cppcheck
1 unresolved thread
1 unresolved thread
Small defects reported by cppcheck
Tag @sroe
Merge request reports
Activity
Filter activity
CI Result FAILURE (hash 0872988c) Athena AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 64433] mentioned in merge request !59807 (merged)
65 65 if(std::getline(f,line)) 66 66 { 67 67 auto i = line.find('#'); 68 if(i != std::string::npos) line = line.substr(0,i); We should take my !59807 (merged) instead.