-
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 clang warning in OnlineDB/SiStripO2O #34060
Fix clang warning in OnlineDB/SiStripO2O #34060
Conversation
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34060/23207
|
A new Pull Request was created by @mrodozov (Mircho Rodozov) for master. It involves the following packages: OnlineDB/SiStripO2O @ggovi 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-1ae7c8/15820/summary.html Comparison SummarySummary:
|
kindly ping @cms-sw/db-l2 |
please test for CMSSW_12_0_CLANG_X |
looks like this does fix the wraning for CLANG IB ( https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1ae7c8/15940/build-logs/OnlineDB/SiStripO2O/log.html ). @ggovi , if no do you have any objections? If not then can youplease sign it? |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1ae7c8/15940/summary.html Comparison SummarySummary:
|
So the framework discourages holding a |
forgot about that :/ sry |
please test for CMSSW_12_0_CLANG_X |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34060/23521
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1ae7c8/16236/summary.html CMS StaticAnalyzer warnings: There are 1 inherits from legacy modules warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1ae7c8/16236/llvm-analysis/legacy-mod-sa.txt for details. Comparison SummarySummary:
|
+1 |
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:
After moving to LLVM 12 new warning surfaced:
OnlineDB/SiStripO2O/plugins/SiStripPayloadHandler.cc:67:16: warning: field 'condObjBuilder' is uninitialized when used here [-Wuninitialized]
in CLANG IBs.
I'm not sure if moving the object initialization in the constructor body is fine but either way I'm bringing this to attention
PR validation:
builds without warning for CLANG IB