Skip to content

Commit

Permalink
chore: remove -Werror
Browse files Browse the repository at this point in the history
As much as it disappoints me to allow to allow warnings to be passed in
CI. Currently warnings are emitted when compiling the tests (Catch2
upgrade) and also from legacy sundown package (external-ish dependency).

Given the product maturity and lack of maintenance will allow warnings.
  • Loading branch information
kylef committed Jul 28, 2023
1 parent 9fa2003 commit c17d4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aliases:
- &test-base-legacy
working_directory: /tmp/drafter
environment:
CXXFLAGS: '-Werror -Wno-error=unused-function'
CXXFLAGS: '-Wno-error=unused-function'
steps:
- checkout
- run: git submodule update --init --recursive
Expand Down

0 comments on commit c17d4fe

Please sign in to comment.