Skip to content

Commit

Permalink
In < 0.2.9.x, --enable-fatal-warnings was --enable-gcc-warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Jul 25, 2017
1 parent c718644 commit 6d0af8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ install:

script:
- ./autogen.sh
- ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules --enable-fragile-hardening
- ./configure $RUST_OPTIONS --disable-asciidoc --enable-gcc-warnings --disable-silent-rules --enable-fragile-hardening
## We run `make check` because that's what https://jenkins.torproject.org does.
- make check

Expand Down

0 comments on commit 6d0af8d

Please sign in to comment.