-
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
[DQM] Fix Warning: move the unused code in the comment where it is needed #45482
Conversation
cms-bot internal usage |
please test with cms-sw/cms-bot#2296 |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45482/40947 |
A new Pull Request was created by @smuzaffar for master. It involves the following packages:
@antoniovagnerini, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: ClangBuild Clang BuildI found compilation warning while trying to compile with clang. Command used:
See details on the summary page. |
ec21e57
to
e0ce869
Compare
please test with cms-sw/cms-bot#2296 |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45482/40948 |
Pull request #45482 was updated. @antoniovagnerini, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please check and sign again. |
@cms-sw/dqm-l2 , can you please review this PR? This fixes the compilation warning about unused variable. #45429 PR had commented out some code which was using this variable. This change move the unused variable variable in the comment where it is needed. This should fix the compilation warning in the 14.1.X IBs ( I think we also need to backport it to 14.0.X) |
+1 Size: This PR adds an extra 20KB to repository
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. @sextonkennedy, @mandrenguyen, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
done #45494 |
@cms-sw/orp-l2 , can you please review and approve this PR? this should the last remaining warning for 14.1.X default IBs |
+1 |
This change should fix the warning [a].
aRmsThr
andintensity
are needed only in the code which has been commented out, so the PR proposes to move these in the comment section too[a]