Skip to content

Amend header to get rid of warning about dangling pointer in 3rd party GSLRngROOTWrapper.h

t.knopff requested to merge cleanup_warnings into develop

This MR removes a warning that clang 11 issued during compilition (line 84: warning: object backing the pointer will be destroyed at the end of the full-expression).

I peeked into the latest version of the header file in the ROOT repo and took over the enclosed changes to fix the warning.

Merge request reports