From 6d0af8daccd5ed0540f959065c0a794b982432aa Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 25 Jul 2017 01:03:15 +0000 Subject: [PATCH] In < 0.2.9.x, --enable-fatal-warnings was --enable-gcc-warnings. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab8052bde5..fa0337b492 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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