-
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
initialize variables to fix compiler warnings #33171
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33171/21570
|
please test |
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master. It involves the following packages: CondTools/Ecal @ggovi, @rekovic, @cecilecaillol 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-3a0d3d/13486/summary.html Comparison SummarySummary:
|
@cms-sw/db-l2 , @cms-sw/l1-l2 can you please review and sign this. This is only to add the default initialization values |
+1 |
@silviodonato , @qliphy this is to fix a compilation warning in clang IBs, can you please merge this? |
+1 @cms-sw/db-l2 let's know if you have any concern. |
merge |
UBSAN and LLVM 11 build show new build warnings about uninitialized variables. This PR show fix those warnings.