Skip to content

Commit

Permalink
Merge pull request #44646 from iarspider/no-error-array-bounds
Browse files Browse the repository at this point in the history
[GCC13] Temporary convert array-bounds errors into warnings
  • Loading branch information
cmsbuild committed Apr 18, 2024
2 parents f81a842 + ed741a0 commit 03a39ed
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions DQM/SiTrackerPhase2/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<flags CXXFLAGS="-Wno-error=array-bounds" />
<use name="DataFormats/TrackerCommon"/>
<use name="DQMServices/Core"/>
<export>
Expand Down
1 change: 1 addition & 0 deletions DQMOffline/Alignment/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
<use name="TrackingTools/TransientTrack"/>
<use name="roofit"/>
<flags EDM_PLUGIN="1"/>
<flags CXXFLAGS="-Wno-error=array-bounds" />
1 change: 1 addition & 0 deletions DataFormats/TrackingRecHit/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<flags CXXFLAGS="-Wno-error=array-bounds" />
<use name="DataFormats/Common"/>
<use name="DataFormats/CLHEP"/>
<use name="DataFormats/GeometrySurface"/>
Expand Down
1 change: 1 addition & 0 deletions L1Trigger/L1TMuonBarrel/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
<export>
<lib name="1"/>
</export>
<flags CXXFLAGS="-Wno-error=array-bounds" />
1 change: 1 addition & 0 deletions RecoLocalCalo/HcalRecAlgos/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
<export>
<lib name="1"/>
</export>
<flags CXXFLAGS="-Wno-error=array-bounds" />
1 change: 1 addition & 0 deletions RecoTracker/DebugTools/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<flags CXXFLAGS="-Wno-error=array-bounds" />
1 change: 1 addition & 0 deletions RecoTracker/DebugTools/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
<library file="*.cc" name="RecoTrackerDebugToolsPlugins">
<flags EDM_PLUGIN="1"/>
</library>
<flags CXXFLAGS="-Wno-error=array-bounds" />
1 change: 1 addition & 0 deletions SimG4CMS/HGCalTestBeam/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<flags CXXFLAGS="-Wno-error=array-bounds" />
<use name="DataFormats/HcalDetId"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
Expand Down
1 change: 1 addition & 0 deletions TBDataFormats/HcalTBObjects/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<flags CXXFLAGS="-Wno-error=array-bounds" />
<use name="DataFormats/Common"/>
<use name="boost"/>
<export>
Expand Down

0 comments on commit 03a39ed

Please sign in to comment.