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 Sep 26, 2023
1 parent 905eb17 commit f06efa0
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 @@ -62,6 +62,7 @@ jobs:
CXX: ${{ matrix.config.cxx }}
FC: gfortran-9
F77: gfortran-9
CXXFLAGS: -Wno-array-bounds

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

0 comments on commit f06efa0

Please sign in to comment.