Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GCC13] Temporary convert array-bounds errors into warnings #44646

Merged
merged 6 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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