Skip to content

Commit

Permalink
Merge pull request #45222 from smuzaffar/warn-fix-test_hcal_reco
Browse files Browse the repository at this point in the history
Remove unused variable, fixes cuda warnings
  • Loading branch information
cmsbuild authored Jun 17, 2024
2 parents babc3bc + 50f542b commit cc35aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/HcalRecHit/test/test_hcal_reco.cu
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ __global__ void kernel_test_hcal_rechits(T *other) {
other->setTime(rh.time());
}

__global__ void kernel_test_hcal_hfqie10info() { HFQIE10Info info; }
__global__ void kernel_test_hcal_hfqie10info() {}

__global__ void kernel_test_hcal_hbhechinfo(HBHEChannelInfo *other) {
HBHEChannelInfo info{true, true};
Expand Down

0 comments on commit cc35aaf

Please sign in to comment.