-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Fix non-compiling code triggered by EDM_ML_DEBUG flag #29283
Conversation
…s/CalibrationTrackSelectorFromDetIdList.cc
…tedParticles/src/MatchingSimTrack.cc
…ransient/src/SiPixelUtils.cc
…TrackerRingAlgo.cc
…/src/SimpleDAFHitCollector.cc
…nd SimTransport/PPSProtonTransport/src/ProtonTransport.cc
+1
|
Comparison is ready Comparison Summary:
|
+1 |
+1 |
@christopheralanwest @tlampen @ggovi @kpedro88 comments or suggestions? |
+upgrade |
+1 |
@ggovi the update to CondFormats looks trivial, as the removed variable is not even declared, likely a left-over of some very old development. |
merge |
PR description:
This PR addresses the failures discussed in #29250 . In several cases the fix looks obvious, in others I have done what looked to me a reasonable choice. I have the feeling that most of this code was not really tested (otherwise people would notice the problems) and it is unused since long time.
PR validation:
USER_CXXFLAGS="-g -D=EDM_ML_DEBUG" scram b --reset
runs successfully.