Skip to content
Snippets Groups Projects

cppcheck: Misc defects reported by cppcheck

Closed Andrii Verbytskyi requested to merge averbyts/athena:cppcheck93 into master
1 unresolved thread

Small defects reported by cppcheck

Tag @sroe

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • Please register or sign in to reply
    Loading