-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 build errors when compiled with -O0 #43030
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43030/37205
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43030/37206
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master. It involves the following packages:
@consuegs, @francescobrivio, @syuvivida, @rvenditti, @nothingface0, @antoniovagnerini, @saumyaphor4252, @perrotta, @mandrenguyen, @cmsbuild, @jfernan2, @tjavaid can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
RecoVertex/BeamSpotProducer/plugins/OnlineBeamSpotESProducer.cc
Outdated
Show resolved
Hide resolved
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43030/37208
|
Pull request #43030 was updated. @cmsbuild, @nothingface0, @tjavaid, @mandrenguyen, @consuegs, @antoniovagnerini, @perrotta, @rvenditti, @syuvivida, @francescobrivio, @jfernan2, @saumyaphor4252 can you please check and sign again. |
Pull request #43030 was updated. @cmsbuild, @saumyaphor4252, @rvenditti, @tjavaid, @consuegs, @mandrenguyen, @jfernan2, @francescobrivio, @antoniovagnerini, @perrotta, @syuvivida, @nothingface0 can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2a27f4/35259/summary.html Comparison SummarySummary:
|
+1 |
+1 |
+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. @sextonkennedy, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Building cmsw with
-O0
instead ofO2
failed with many error likeThis PR fixes those errors.
[a] cms-sw/cmsdist#8761