Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

memprof_m does not exist for non linux systems

Merged snuverink_j requested to merge snuverink_j/OPAL-src:fix-Mac-compilation into master

on non-linux systems the DataSink::memprof_m does not exist https://gitlab.psi.ch/OPAL/src/blob/master/src/Structure/DataSink.h#L317 and should be removed from the source as well.

#ifdef __linux__
    std::unique_ptr<MemoryProfiler> memprof_m;
#endif

Merge request reports

Merged by snuverink_jsnuverink_j 5 years ago (May 10, 2019 12:28pm UTC)

Merge details

  • Changes merged into master with e04b7b3e.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading