tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f226d6460d22e69ab00d8256cfc19e120305e581
parent dcc477cb53cda792c433b01c21f45cd4415c984d
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 26 Jul 2017 15:37:00 -0400

Travis update: "gcc-warnings" became "fatal-warnings" in 0.2.9

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -79,7 +79,7 @@ install: script: - ./autogen.sh - - ./configure $RUST_OPTIONS --disable-asciidoc --enable-gcc-warnings --disable-silent-rules --enable-fragile-hardening + - ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules --enable-fragile-hardening ## We run `make check` because that's what https://jenkins.torproject.org does. - make check