-
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
[GCC13][AlCa] Avoid Wdangling-reference in SiPhase2OuterTrackerFakeLorentzAngleESSource #45730
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45730/41371 |
A new Pull Request was created by @iarspider for master. It involves the following packages:
@cmsbuild, @consuegs, @perrotta, @saumyaphor4252, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test for el9_amd64_gcc13 |
please test |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8304bf/40983/summary.html Comparison SummarySummary:
|
+alca |
+Upgrade |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8304bf/41203/summary.html Comparison SummarySummary:
|
please test |
+1 Size: This PR adds an extra 12KB to repository Comparison SummarySummary:
|
+1 |
+Upgrade Technical PR. |
+core |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @mandrenguyen, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
In GCC13 IB, complier complains about dangling reference to a temporary:
Previously this warning was fixed by removing reference. However I think
geomDet
is not cheap to copy, so I opted for explicitly storing result ofgetRecord
call.PR validation:
Bot tests