diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-03 19:17:02 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-04 00:39:05 +0000 |
commit | eb81f22a5b1df18c9844893c55f57762148f2bd0 (patch) | |
tree | fb178d90cac536562faeabd2a57f720d70cc0530 /.github | |
parent | a31a7f5a6ce3f47716a9313d232c2a40955fd1e1 (diff) |
Modernize CXXFLAGS on Unix and enable -Werror on CI.
Also clear up warnings that this exposed.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-linux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index c0c240ee8..33f7154fa 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-20.04 env: CXX: ${{ matrix.compiler }} + CXXFLAGS: -Werror steps: - uses: actions/checkout@v2 - name: Install dependencies |