-
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
[GCC11] Fix compilation warning for EcalMatacqDigi #35148
Conversation
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35148/25066
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master. It involves the following packages:
@civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test for slc7_amd64_gcc11 |
-1 Failed Tests: UnitTests RelVals AddOn The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Found compilation warnings Unit TestsI found errors in the following unit tests: ---> test testPhase2PixelNtuple had ERRORS RelVals
AddOn Tests
Expand to see more addon errors ... |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-be8c79/18295/summary.html 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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
@smuzaffar @civanch I wonder whether the |
@perrotta , this is a persistant class ( https://github.com/cms-sw/cmssw/blob/master/DataFormats/EcalDigi/src/classes_def.xml#L51-L54 ) so I am not sure what will happen if we drop this |
Just update the class version? |
@smuzaffar , @perrotta , if I would make this PR I would drop the class member as Andrea propose. I have signed Shahzad variant of the fix only because the class is not important and the fix is working. |
ok , I have removed the unused |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35148/25092
|
Pull request #35148 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-be8c79/18333/summary.html 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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
This should fix the two compilation warnings of GCC11 IBs
It also fixes the conditional code so that the
init()
( https://github.com/cms-sw/cmssw/blob/master/DataFormats/EcalDigi/interface/EcalMatacqDigi.h#L32 ) method is also declared/defined for#define ECAL_MATACQ_DIGI_VERS 1
(https://github.com/cms-sw/cmssw/blob/master/DataFormats/EcalDigi/interface/EcalMatacqDigi.h#L11)