Skip to content

Commit

Permalink
Update GCC build environment (using Github registry)
Browse files Browse the repository at this point in the history
Disable new GCC warning `dangling-reference` which appears to give false positives.
  • Loading branch information
DanRStevens committed Jan 11, 2025
1 parent ffbb370 commit ddbfd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- build
build-linux-gcc:
docker:
- image: outpostuniverse/nas2d-gcc:1.5
- image: ghcr.io/lairworks/build-env-nas2d-gcc:1.6
environment:
WARN_EXTRA: -Wsuggest-override
WARN_EXTRA: -Wsuggest-override -Wno-dangling-reference
steps:
- checkout
- run: git submodule update --init nas2d-core/
Expand Down

0 comments on commit ddbfd51

Please sign in to comment.