Skip to content

Commit

Permalink
re-enable Werror; ignore deprecated copy constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
hegner committed Jul 31, 2023
1 parent e9c977d commit d880519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-DENABLE_RNTUPLE=${{ matrix.RNTUPLE }} \
-DCMAKE_INSTALL_PREFIX=../install \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always -Wno-error=deprecated-declarations " \
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always -Werror -Wno-error=deprecated-declarations -Wno-error=deprecated-copy-dtor" \
-DUSE_EXTERNAL_CATCH2=OFF \
-G Ninja ..
echo "::endgroup::"
Expand Down

0 comments on commit d880519

Please sign in to comment.