-
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
Add init values for struct members to silence Arm warning #33742
Conversation
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33742/22688
|
A new Pull Request was created by @mrodozov (Mircho Rodozov) for master. It involves the following packages: L1Trigger/L1TTrackMatch @rekovic, @srimanob, @cecilecaillol, @kpedro88 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5baba2/15113/summary.html Comparison SummarySummary:
|
please test for slc7_aarch64_gcc9 |
I do not agree with this kind of very conservative approach. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5baba2/15118/summary.html |
I'll keep the members as they were, but to get rid of that warning I consider:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33742/22690
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5baba2/15120/summary.html CMS Clang-Tidy warnings: There are Clang-Tidy warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5baba2/15120/llvm-analysis/cmsclangtidy.txt for details. Comparison SummarySummary:
|
+l1 |
+Upgrade Technical PR to fix ARM warning. |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Initializes struct members to some default. Not being init they cause a warning in Arm builds:
https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/slc7_aarch64_gcc9/CMSSW_12_0_X_2021-05-14-1100/L1Trigger/L1TTrackMatch
PR validation:
The warning is gone after the change (checked on Arm)