Skip to content
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

DQM: fix clang warnings about missing override keyword #16809

Merged
merged 1 commit into from Dec 1, 2016
Merged

DQM: fix clang warnings about missing override keyword #16809

merged 1 commit into from Dec 1, 2016

Conversation

gartung
Copy link
Member

@gartung gartung commented Nov 29, 2016

This adds the keyword override where needed to remove clang warning:
overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
In 4 cases the function is changed to add unused parameters so the function parameters matches the overridden function parameters.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @gartung (Patrick Gartung) for CMSSW_9_0_X.

It involves the following packages:

DQM/BeamMonitor
DQM/CSCMonitorModule
DQM/CTPPS
DQM/DTMonitorClient
DQM/DTMonitorModule
DQM/DataScouting
DQM/EcalMonitorTasks
DQM/HLTEvF
DQM/HLXMonitor
DQM/HcalCommon
DQM/L1TMonitor
DQM/L1TMonitorClient
DQM/Physics
DQM/PhysicsObjectsMonitoring
DQM/PixelLumi
DQM/RPCMonitorClient
DQM/RPCMonitorDigi
DQM/SiPixelMonitorClient
DQM/SiPixelMonitorDigi
DQM/SiPixelMonitorRawData
DQM/SiPixelMonitorRecHit
DQM/SiStripCommissioningSources
DQM/SiStripMonitorDigi
DQM/SiStripMonitorHardware
DQM/TrackingMonitorClient

@perrotta, @cmsbuild, @silviodonato, @dmitrijus, @Martin-Grunewald, @fwyzard, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@acimmino, @rappoccio, @barvic, @kreczko, @hdelanno, @makortel, @argiro, @fioriNTU, @deguio, @ptcox, @idebruyn, @threus this is something you requested to watch as well.
@slava77, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@gartung
Copy link
Member Author

gartung commented Nov 29, 2016

@Dr15Jones @smuzaffar

@Dr15Jones
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 29, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/16674/console

@cmsbuild
Copy link
Contributor

Pull request #16809 was updated. @perrotta, @cmsbuild, @silviodonato, @dmitrijus, @Martin-Grunewald, @fwyzard, @vanbesien, @davidlange6 can you please check and sign again.

@gartung
Copy link
Member Author

gartung commented Nov 29, 2016

@Dr15Jones I missed one file. Please start test again.

@@ -340,7 +340,7 @@ void SiStripFEDCheckPlugin::bookHistograms(DQMStore::IBooker & ibooker , const e

// ------------ method called once each run just after ending the event loop ------------
void
SiStripFEDCheckPlugin::endRun()
SiStripFEDCheckPlugin::endRun(edm::Run const&, edm::EventSetup const&)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes the signaure of the function so changes the behavior (since the framework will now actually call the function).

@Dr15Jones
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 29, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/16677/console

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-16809/16677/summary.html

The workflows 1003.0, 1001.0, 1000.0, 140.53, 136.731, 4.22 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons

@dmitrijus
Copy link
Contributor

+1
Thanks a lot!

@davidlange6 davidlange6 merged commit 4589ff1 into cms-sw:CMSSW_9_0_X Dec 1, 2016
@gartung gartung deleted the DQM-fix-clang-override-warnings branch December 1, 2016 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants