Skip to content

Commit

Permalink
[GCC13] Suppress array-bound error #45179
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jun 28, 2024
1 parent c8632b4 commit 013d2db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RecoTracker/PixelSeeding/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</library>

<library file="alpaka/*.cc" name="RecoTrackerPixelSeedingPortable">
<use name="alpaka"/>
<use name="alpaka"/>
<use name="DataFormats/Portable"/>
<use name="DataFormats/TrackSoA"/>
<use name="DataFormats/TrackingRecHitSoA"/>
Expand All @@ -31,6 +31,8 @@
<use name="HeterogeneousCore/AlpakaInterface"/>
<use name="RecoLocalTracker/Records"/>
<use name="RecoLocalTracker/SiPixelRecHits"/>
<!-- suppress array-bounds warning/error: https://github.com/cms-sw/cmssw/issues/45179 -->
<flags CXXFLAGS="-Wno-error=array-bounds -Wno-array-bounds"/>
<flags ALPAKA_BACKENDS="1"/>
<flags EDM_PLUGIN="1"/>
</library>

0 comments on commit 013d2db

Please sign in to comment.