Skip to content

Commit

Permalink
Fix warnings reported by clang (#255)
Browse files Browse the repository at this point in the history
Forward-declare `SiPixelFedCablingMapGPU` as `struct`.
Remove `std::move` in `ClusterTPAssociationHeterogeneous::produceCPU` that prevents copy elision.
  • Loading branch information
makortel authored and fwyzard committed Dec 29, 2020
1 parent 2d95901 commit 40c482c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "HeterogeneousCore/CUDAUtilities/interface/GPUSimpleVector.h"
#include "siPixelRawToClusterHeterogeneousProduct.h"

class SiPixelFedCablingMapGPU;
struct SiPixelFedCablingMapGPU;
class SiPixelGainForHLTonGPU;

namespace pixelgpudetails {
Expand Down

0 comments on commit 40c482c

Please sign in to comment.