-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolves Iss1568 where LTO build gives warnings about unused variables #1590
Conversation
…DeDxMassEstFeatures. Added ignore statements to variables in TrigScintFirmwareTracker. Removed Verbosity in TrackDeDxMassEstimator.
@rodwyer100 Hey Rory, I was told to ping you as I deleted some variables I believe you added. They were causing the LTO build to fail. Did you need these variables? If so I can re-add them and use [[maybe_unused]] instead |
/run-validation |
The validation workflow is running here: https://github.com/LDMX-Software/ldmx-sw/actions/runs/13254346603. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me too :)
I asked him on slack this is what he wrote
|
I am updating ldmx-sw, here are the details.
What are the issues that this addresses?
This resolves #1568 by removing the unused variables in TrackDeDxMassEstimator.h, TrigScintFirmwareTracker.h, HcalDigiProducer.cxx, and adding override to TrkDeDxMassEstFeatures.h
Check List