We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents babc3bc + 50f542b commit cc35aafCopy full SHA for cc35aaf
DataFormats/HcalRecHit/test/test_hcal_reco.cu
@@ -19,7 +19,7 @@ __global__ void kernel_test_hcal_rechits(T *other) {
19
other->setTime(rh.time());
20
}
21
22
-__global__ void kernel_test_hcal_hfqie10info() { HFQIE10Info info; }
+__global__ void kernel_test_hcal_hfqie10info() {}
23
24
__global__ void kernel_test_hcal_hbhechinfo(HBHEChannelInfo *other) {
25
HBHEChannelInfo info{true, true};
0 commit comments