Fix warning of unused variable in roofit#9368
Conversation
Casted variable rc to void in roofit/multiprocess/src/Messenger.cxx to disable the warning. It is used only in assert statement besides the cast.
|
Starting build on |
|
You can close this PR, we are already taking care of it: https://github.com/root-project/root/pull/9349/files#diff-03f30bc721fb7eb65916ce4552fb544751ad9dfde16e608227267692c0bc16a4 Whenever you see such warnings in an actively developed part of ROOT you can assume that somebody else will take care of it :) |
guitargeek
left a comment
There was a problem hiding this comment.
Just and empty change request to block this PR from merging.
|
Build failed on ROOT-debian10-i386/cxx14. Errors:
|
|
This has already been fixed in #9349 |
This Pull request:
Casted variable rc to void in roofit/multiprocess/src/Messenger.cxx to disable the warning.
It is used only in assert statement besides the cast.
Changes or fixes: roofit/multiprocess/src/Messenger.cxx
Checklist:
This PR fixes #