Skip to content

Commit

Permalink
Disable array bounds checking due to issue with protoc generated code
Browse files Browse the repository at this point in the history
- protocolbuffers/protobuf#7140

Signed-off-by: Christopher M. Cantalupo <[email protected]>
  • Loading branch information
cmcantalupo committed Feb 20, 2024
1 parent 06c866f commit 4f774e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
CXX: ${{ matrix.config.cxx }}
FC: gfortran-9
F77: gfortran-9
CXXFLAGS: -Wno-array-bounds

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4f774e1

Please sign in to comment.